Change Cursors for Chrome
Change Custom Cursors on Chrome Browser
Cos'è Change Cursors for Chrome?
Change Cursors for Chrome è un'estensione di Chrome sviluppata da https://coolsymbol.com, e la sua funzione principale è "Change Custom Cursors on Chrome Browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Change Cursors for Chrome
Scarica i file di estensione Change Cursors for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!!!
Informazioni di Base sull'Estensione
Nome | |
ID | hbflglholnaeeglfmmoanffenlgkcefa |
URL Ufficiale | https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa |
Descrizione | Change Custom Cursors on Chrome Browser |
Dimensione del File | 142 KB |
Conteggio Installazioni | 9,313 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-10-19 |
Data di Pubblicazione | 2019-10-19 |
Valutazione | 4.75/5 Totale 48 Valutazioni |
Sviluppatore | https://coolsymbol.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://audiovoicerecorder.com |
URL della Pagina di Aiuto | https://charactercounttool.com |
URL della Pagina della Politica sulla Privacy | https://proapps.org/extension-privacy-policy.html |
Lingue Supportate | 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\/*.*" ] } |