Mouse Compass

The funnest way to never lose your mouse.

Vad är Mouse Compass?

Mouse Compass är en Chrome-tillägg utvecklad av https://www.lazylabz.com, och dess huvudfunktion är "The funnest way to never lose your mouse.".

Tilläggsskärmbilder

screenshot

Ladda ner Mouse Compass-förlängningens CRX-fil

Ladda ner Mouse Compass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mouse Compass Mouse Compass
ID keinkjlndbegbpafljleiadgohnhagfk
Officiell webbadress https://chromewebstore.google.com/detail/mouse-compass/keinkjlndbegbpafljleiadgohnhagfk
Beskrivning The funnest way to never lose your mouse.
Filstorlek 39.17 KB
Antal Installationer 519
Aktuell Version 1.0
Senast Uppdaterad 2013-12-02
Publiceringsdatum 2013-12-01
Betyg 2.57/5 Totalt 14 Betyg
Utvecklare https://www.lazylabz.com
Betalningssätt free
Tilläggswebbplats http://www.lazylabz.com
Stödda Språk 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"
        }
    ]
}