Mouse Compass

The funnest way to never lose your mouse.

What is Mouse Compass?

Mouse Compass is a Chrome extension developed by https://www.lazylabz.com, and its main feature is "The funnest way to never lose your mouse.".

Extension Screenshots

screenshot

Download Mouse Compass Extension CRX File

Download Mouse Compass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mouse Compass Mouse Compass
ID keinkjlndbegbpafljleiadgohnhagfk
Official URL https://chromewebstore.google.com/detail/mouse-compass/keinkjlndbegbpafljleiadgohnhagfk
Description The funnest way to never lose your mouse.
File Size 39.17 KB
Installation Count 519
Current Version 1.0
Last Updated 2013-12-02
Publish Date 2013-12-01
Rating 2.57/5 Total 14 Ratings
Developer https://www.lazylabz.com
Payment Type free
Extension Website http://www.lazylabz.com
Supported Languages 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"
        }
    ]
}