Spotlink - Mouseless browsing

Navigate the internet without using your mouse.

什麼是Spotlink - Mouseless browsing?

Spotlink - Mouseless browsing是由Reindert Vetter開發的Chrome擴展程式,該擴展的主要功能是“Navigate the internet without using your mouse.”。

擴展截圖

screenshot
screenshot

下載Spotlink - Mouseless browsing擴展crx文件

下載Spotlink - Mouseless browsing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Spotlink - Mouseless browsing Spotlink - Mouseless browsing
ID ccpeekpolhnigeclfncaglcennmfcfjg
官方網址 https://chromewebstore.google.com/detail/spotlink-mouseless-browsi/ccpeekpolhnigeclfncaglcennmfcfjg
簡介 Navigate the internet without using your mouse.
檔案大小 134 KB
安裝次數 39
目前版本 3.8.7
更新時間 2023-08-24
上架時間 2018-06-04
評分 4.67/5 共 6 次評分
開發者 Reindert Vetter
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}