Super Mouse

Select Mouse Cursor of Your own choice.

Cos'è Super Mouse?

Super Mouse è un'estensione di Chrome sviluppata da Mr. Teachnology Inc., e la sua funzione principale è "Select Mouse Cursor of Your own choice.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Super Mouse

Scarica i file di estensione Super Mouse 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Super Mouse Super Mouse
ID cokbkfdekagbhjgcbmfocehbmocjmgmk
URL Ufficiale https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk
Descrizione Select Mouse Cursor of Your own choice.
Dimensione del File 133 KB
Conteggio Installazioni 855
Versione Corrente 1.8
Ultimo Aggiornamento 2017-10-08
Data di Pubblicazione 2017-10-08
Valutazione 3.00/5 Totale 10 Valutazioni
Sviluppatore Mr. Teachnology Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.mrteachnology.com
URL della Pagina di Aiuto https://www.mrteachnology.com
URL della Pagina della Politica sulla Privacy http://www.jaymurphy.org
Lingue Supportate 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"
    ]
}