Change Cursors for Chrome
Change Custom Cursors on Chrome Browser
Τι είναι το Change Cursors for Chrome;
Το Change Cursors for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://coolsymbol.com, και η κύρια λειτουργία του είναι "Change Custom Cursors on Chrome Browser".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Change Cursors for Chrome
Λήψη αρχείων επέκτασης Change Cursors for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*.*" ] } |