Change Cursors for Chrome
Change Custom Cursors on Chrome Browser
Change Cursors for Chrome क्या है?
Change Cursors for Chrome https://coolsymbol.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change Custom Cursors on Chrome Browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Change Cursors for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change your cursor with a click of mouse. This extension provides a collection of custom cursors that are easily accessible and used. Change the cursors on your Chrome browsers with other fancy cursors to enhance your web surfing experiences. We provide colorful cursors, including arrow cursors, hand cursors, thing cursors, cursors with heart and love symbols, ... Please refresh the previously opened tab after installing the extension to put it to actions. Enjoy!!!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hbflglholnaeeglfmmoanffenlgkcefa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa |
विवरण | Change Custom Cursors on Chrome Browser |
फ़ाइल का आकार | 142 KB |
स्थापना संख्या | 9,313 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-10-19 |
प्रकाशन तिथि | 2019-10-19 |
रेटिंग | 4.75/5 कुल 48 रेटिंग्स |
डेवलपर | https://coolsymbol.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://audiovoicerecorder.com |
सहायता पृष्ठ URL | https://charactercounttool.com |
गोपनीयता नीति पृष्ठ URL | https://proapps.org/extension-privacy-policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "name": "Change Cursors for Chrome", "description": "Change Custom Cursors on Chrome Browser", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "dialog\/index.html", "default_title": "Change Cursors for Chrome" }, "content_scripts": [ { "css": [ "content\/style.css" ], "js": [ "content\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C", "mac": "Alt+Shift+C", "windows": "Alt+Shift+C" } } }, "permissions": [ "storage", "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/coolsymbol.com", "offline_enabled": true, "short_name": "CC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "images\/*", "content\/*.*" ] } |