Spotlink - Mouseless browsing
Navigate the internet without using your mouse.
Qu'est-ce que Spotlink - Mouseless browsing ?
Spotlink - Mouseless browsing est une extension Chrome développée par Reindert Vetter, et sa fonction principale est "Navigate the internet without using your mouse.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spotlink - Mouseless browsing
Téléchargez les fichiers d'extension Spotlink - Mouseless browsing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Spotlink - Mouseless browsing |
ID | ccpeekpolhnigeclfncaglcennmfcfjg |
URL Officiel | https://chromewebstore.google.com/detail/spotlink-mouseless-browsi/ccpeekpolhnigeclfncaglcennmfcfjg |
Description | Navigate the internet without using your mouse. |
Taille du Fichier | 134 KB |
Nombre d'Installations | 39 |
Version Actuelle | 3.8.7 |
Dernière Mise à Jour | 2023-08-24 |
Date de Publication | 2018-06-04 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | Reindert Vetter |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |