Spotlink - Mouseless browsing
Navigate the internet without using your mouse.
Apa itu Spotlink - Mouseless browsing?
Spotlink - Mouseless browsing adalah ekstensi Chrome yang dikembangkan oleh Reindert Vetter, dan fitur utamanya adalah "Navigate the internet without using your mouse.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Spotlink - Mouseless browsing
Unduh file ekstensi Spotlink - Mouseless browsing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | Spotlink - Mouseless browsing |
ID | ccpeekpolhnigeclfncaglcennmfcfjg |
URL Resmi | https://chromewebstore.google.com/detail/spotlink-mouseless-browsi/ccpeekpolhnigeclfncaglcennmfcfjg |
Deskripsi | Navigate the internet without using your mouse. |
Ukuran File | 134 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 3.8.7 |
Terakhir Diperbarui | 2023-08-24 |
Tanggal Publikasi | 2018-06-04 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | Reindert Vetter |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |