Cursor Pet
A cute little pet that follows your cursor.
Cursor Pet क्या है?
Cursor Pet April Huang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A cute little pet that follows your cursor."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cursor Pet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FEATURES - A floating Paimon companion that follows your cursor. - Never lose track of your cursor. - The image is non-intrusive and doesn't block mouse clicks. - The image temporarily disappears when the cursor idles. v1.1.0 NEW FEATURES - Change icon to any image of your choice. - Change size of the image, flip the image, and adjust distance from the cursor. This extension should work on most web pages (the image will not appear on new tabs, the Chrome Web Store pages, and some other sites).
एक्सटेंशन की मूल जानकारी
नाम | Cursor Pet |
ID | iiabgfkclnahbclmddagjnkjhloepclb |
आधिकारिक URL | https://chromewebstore.google.com/detail/cursor-pet/iiabgfkclnahbclmddagjnkjhloepclb |
विवरण | A cute little pet that follows your cursor. |
फ़ाइल का आकार | 134 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-12-13 |
प्रकाशन तिथि | 2023-06-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | April Huang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cursor Pet", "version": "1.1.0", "description": "A cute little pet that follows your cursor.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |