Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Wat is Alexa Search?
Alexa Search is een Chrome-extensie ontwikkeld door https://timothytocci.wordpress.com, en de belangrijkste functie is "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Alexa Search
Download Alexa Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Alexa Search |
ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
Officiële URL | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
Beschrijving | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
Bestandsgrootte | 16.31 KB |
Aantal Installaties | 148 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-28 |
Publicatiedatum | 2014-01-27 |
Ontwikkelaar | https://timothytocci.wordpress.com |
Betalingswijze | free |
Extensiewebsite | http://timothytocci.com/ |
Help Pagina-URL | http://timothytocci.com/ |
Ondersteunde Talen | 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 } |