Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
Qu'est-ce que Web Keyboard Navigator ?
Web Keyboard Navigator est une extension Chrome développée par [email protected], et sa fonction principale est "This extension that provide the keyboard navigator in Google, Naver Search".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Keyboard Navigator
Téléchargez les fichiers d'extension Web Keyboard Navigator 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
Chrome extension that provide the keyboard navigator in Google Search 1. Search by Google 2. Press '/' for(* Naver : Press 'ESC') * Press '/' again 3. Press 'ArrowDown' => next result Press 'ArrowUp' => Prev result Press 'ArrowRight' => next page Press 'ArrowLeft' => Prev Page https://github.com/bluemirr5/google-search-keyboard-navigator
Informations de Base sur l'Extension
Nom | Web Keyboard Navigator |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
URL Officiel | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
Description | This extension that provide the keyboard navigator in Google, Naver Search |
Taille du Fichier | 184 KB |
Nombre d'Installations | 525 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2017-11-15 |
Date de Publication | 2017-11-15 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | [email protected] |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bluemirr5/google-search-keyboard-navigator |
URL de la Page d'Aide | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Keyboard Navigator", "version": "1.0.7", "description": "This extension that provide the keyboard navigator in Google, Naver Search", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "browser_action": { "icon": "inactive.png", "default_title": "This page is Not Search Page" }, "manifest_version": 2 } |