Mouse Compass

The funnest way to never lose your mouse.

Cos'è Mouse Compass?

Mouse Compass è un'estensione di Chrome sviluppata da https://www.lazylabz.com, e la sua funzione principale è "The funnest way to never lose your mouse.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mouse Compass

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

                        Mouse Compass points you in the right direction.

Another creation from LazyLabz.


Note: It doesn't work in gmail or other sites that highjack the mouse position. We'll fix this someday.                    

Informazioni di Base sull'Estensione

Nome Mouse Compass Mouse Compass
ID keinkjlndbegbpafljleiadgohnhagfk
URL Ufficiale https://chromewebstore.google.com/detail/mouse-compass/keinkjlndbegbpafljleiadgohnhagfk
Descrizione The funnest way to never lose your mouse.
Dimensione del File 39.17 KB
Conteggio Installazioni 519
Versione Corrente 1.0
Ultimo Aggiornamento 2013-12-02
Data di Pubblicazione 2013-12-01
Valutazione 2.57/5 Totale 14 Valutazioni
Sviluppatore https://www.lazylabz.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.lazylabz.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Compass",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "description": "The funnest way to never lose your mouse.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}