Super Mouse
Select Mouse Cursor of Your own choice.
Wat is Super Mouse?
Super Mouse is een Chrome-extensie ontwikkeld door Mr. Teachnology Inc., en de belangrijkste functie is "Select Mouse Cursor of Your own choice.".
Extensie Screenshots
Download het CRX-bestand van de extensie Super Mouse
Download Super Mouse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Super Mouse |
ID | cokbkfdekagbhjgcbmfocehbmocjmgmk |
Officiële URL | https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk |
Beschrijving | Select Mouse Cursor of Your own choice. |
Bestandsgrootte | 133 KB |
Aantal Installaties | 855 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2017-10-08 |
Publicatiedatum | 2017-10-08 |
Beoordeling | 3.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Mr. Teachnology Inc. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.mrteachnology.com |
Help Pagina-URL | https://www.mrteachnology.com |
URL van de Privacybeleid Pagina | http://www.jaymurphy.org |
Ondersteunde Talen | 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" ] } |