Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Qu'est-ce que Alexa Search ?
Alexa Search est une extension Chrome développée par https://timothytocci.wordpress.com, et sa fonction principale est "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alexa Search
Téléchargez les fichiers d'extension Alexa Search 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
This is an Omnibox extension that enables you to search Alexa from the browser. To use, type 'alx' & space, and a query term into the Omnibox. To view the code for this extension and many more visit http://timothytocci.com/
Informations de Base sur l'Extension
Nom | Alexa Search |
ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
URL Officiel | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
Description | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
Taille du Fichier | 16.31 KB |
Nombre d'Installations | 148 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-01-28 |
Date de Publication | 2014-01-27 |
Développeur | https://timothytocci.wordpress.com |
Type de Paiement | free |
Site Web de l'Extension | http://timothytocci.com/ |
URL de la Page d'Aide | http://timothytocci.com/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alexa Search", "short_name": "alx Search", "description": "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "alx" }, "icons": { "16": "alx_16.png", "32": "alx_32.png", "48": "alx_48.png", "128": "alx_128.png" }, "manifest_version": 2 } |