Spotlink - Mouseless browsing

Navigate the internet without using your mouse.

What is Spotlink - Mouseless browsing?

Spotlink - Mouseless browsing is a Chrome extension developed by Reindert Vetter, and its main feature is "Navigate the internet without using your mouse.".

Extension Screenshots

screenshot
screenshot

Download Spotlink - Mouseless browsing Extension CRX File

Download Spotlink - Mouseless browsing 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

                        Activate spotlink and search on the page and navigate. Spotlink will remember your choice. This allows you to navigate to frequently used links even faster.

For mac: Use the left command key twice to activate spotlink.
For windows: Use the left window key twice to activate spotlink.
You can assign a second key yourself in the options.

https://github.com/reindert-vetter/spotlink/                    

Extension Basic Information

Name Spotlink - Mouseless browsing Spotlink - Mouseless browsing
ID ccpeekpolhnigeclfncaglcennmfcfjg
Official URL https://chromewebstore.google.com/detail/spotlink-mouseless-browsi/ccpeekpolhnigeclfncaglcennmfcfjg
Description Navigate the internet without using your mouse.
File Size 134 KB
Installation Count 39
Current Version 3.8.7
Last Updated 2023-08-24
Publish Date 2018-06-04
Rating 4.67/5 Total 6 Ratings
Developer Reindert Vetter
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotlink - Mouseless browsing",
    "version": "3.8.7",
    "description": "Navigate the internet without using your mouse.",
    "manifest_version": 2,
    "icons": {
        "16": "media\/sl_icon\/res\/mipmap-mdpi\/sl_icon.png",
        "48": "media\/sl_icon\/res\/mipmap-mdpi\/sl_icon.png",
        "128": "media\/sl_icon\/res\/mipmap-xxxhdpi\/sl_icon.png"
    },
    "browser_action": {
        "default_icon": "media\/sl_icon\/res\/mipmap-mdpi\/sl_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "offline_enabled": true
}