Super Mouse
Select Mouse Cursor of Your own choice.
Hvad er Super Mouse?
Super Mouse er en Chrome-udvidelse udviklet af Mr. Teachnology Inc., og dens hovedfunktion er "Select Mouse Cursor of Your own choice.".
Udvidelsesskærmbilleder
Download Super Mouse-udvidelses-CRX-fil
Download Super Mouse-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Super Mouse |
ID | cokbkfdekagbhjgcbmfocehbmocjmgmk |
Officiel URL | https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk |
Beskrivelse | Select Mouse Cursor of Your own choice. |
Filstørrelse | 133 KB |
Antal Installationer | 855 |
Nuværende Version | 1.8 |
Senest Opdateret | 2017-10-08 |
Udgivelsesdato | 2017-10-08 |
Bedømmelse | 3.00/5 Samlet 10 Bedømmelser |
Udvikler | Mr. Teachnology Inc. |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.mrteachnology.com |
Hjælpeside-URL | https://www.mrteachnology.com |
URL til Fortrolighedspolitik Side | http://www.jaymurphy.org |
Understøttede Sprog | 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" ] } |