Spotlink - Mouseless browsing

Navigate the internet without using your mouse.

Spotlink - Mouseless browsing là gì?

Spotlink - Mouseless browsing là một tiện ích mở rộng Chrome được phát triển bởi Reindert Vetter, và tính năng chính của nó là "Navigate the internet without using your mouse.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spotlink - Mouseless browsing

Tải xuống các tệp mở rộng Spotlink - Mouseless browsing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spotlink - Mouseless browsing Spotlink - Mouseless browsing
ID ccpeekpolhnigeclfncaglcennmfcfjg
URL Chính Thức https://chromewebstore.google.com/detail/spotlink-mouseless-browsi/ccpeekpolhnigeclfncaglcennmfcfjg
Mô tả Navigate the internet without using your mouse.
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 3.8.7
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2018-06-04
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Reindert Vetter
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}