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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |