Instant search keyboard shortcut
Restores some of the keyboard shortcuts available in instant search
Qu'est-ce que Instant search keyboard shortcut ?
Instant search keyboard shortcut est une extension Chrome développée par Kiren, et sa fonction principale est "Restores some of the keyboard shortcuts available in instant search".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instant search keyboard shortcut
Téléchargez les fichiers d'extension Instant search keyboard shortcut 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
Missing using tab, esc, arrow-keys and having the familiar blue arrow? Well, look no further! This is an attempt to restore of the keyboard shortcuts of google instant search. If something's not working feel free to send a PR to the GitHub repo.
Informations de Base sur l'Extension
Nom | Instant search keyboard shortcut |
ID | dfaommhmceombgjkppajcdekakkinpmd |
URL Officiel | https://chromewebstore.google.com/detail/instant-search-keyboard-s/dfaommhmceombgjkppajcdekakkinpmd |
Description | Restores some of the keyboard shortcuts available in instant search |
Taille du Fichier | 50.03 KB |
Nombre d'Installations | 33 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2017-08-05 |
Date de Publication | 2017-08-05 |
Développeur | Kiren |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Kirens/InstantShortcuts |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant search keyboard shortcut", "description": "Restores some of the keyboard shortcuts available in instant search", "version": "0.1.1", "author": "Kirens", "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png", "256": "res\/icon256.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*", "*:\/\/www.google.se\/search*" ], "js": [ "instant.js" ], "css": [ "instant.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "essentials.css" ], "permissions": [ "https:\/\/www.google.se\/*" ] } |