Super Mouse
Select Mouse Cursor of Your own choice.
Qu'est-ce que Super Mouse ?
Super Mouse est une extension Chrome développée par Mr. Teachnology Inc., et sa fonction principale est "Select Mouse Cursor of Your own choice.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Super Mouse
Téléchargez les fichiers d'extension Super Mouse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Super Mouse by Mr. Teachnology / Jay Murphy Change your mouse cursor to an image of your choice. Encourage and support the focus of readers of any level....Super Mouse does just that. Choose an included image or select your own from the web and have a mouse cursor worth paying attention to. All instructions are within the pop up windoe of the extension.
Informations de Base sur l'Extension
Nom | Super Mouse |
ID | cokbkfdekagbhjgcbmfocehbmocjmgmk |
URL Officiel | https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk |
Description | Select Mouse Cursor of Your own choice. |
Taille du Fichier | 133 KB |
Nombre d'Installations | 855 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2017-10-08 |
Date de Publication | 2017-10-08 |
Évaluation | 3.00/5 Total 10 Évaluations |
Développeur | Mr. Teachnology Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.mrteachnology.com |
URL de la Page d'Aide | https://www.mrteachnology.com |
URL de la Page de Politique de Confidentialité | http://www.jaymurphy.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Mouse", "description": "Select Mouse Cursor of Your own choice.", "version": "1.8", "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "myscript.js" ] } ], "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "web_accessible_resources": [ "lightbulb.png", "starp.png", "arrow.png", "star.png", "santa.png", "hand.png", "move.png", "select.png", "wink.png", "sad.png", "fav.png", "sleep.png", "cry.png", "sn.png", "g.png", "df.png", "lv.png", "bn.png", "cvv.png", "jh.png", "kl.png", "sd.png", "vb.png", "jhh.png" ] } |