Spotlink - Mouseless browsing
Navigate the internet without using your mouse.
Spotlink - Mouseless browsingคืออะไร?
Spotlink - Mouseless browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reindert Vetter และคุณลักษณะหลักของมันคือ "Navigate the internet without using your mouse."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotlink - Mouseless browsing
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ID | ccpeekpolhnigeclfncaglcennmfcfjg |
URL อย่างเป็นทางการ | 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 } |