Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Vad är Alexa Search?
Alexa Search är en Chrome-tillägg utvecklad av https://timothytocci.wordpress.com, och dess huvudfunktion är "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".
Tilläggsskärmbilder
Ladda ner Alexa Search-förlängningens CRX-fil
Ladda ner Alexa Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
| Officiell webbadress | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
| Beskrivning | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
| Filstorlek | 16.31 KB |
| Antal Installationer | 148 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2014-01-28 |
| Publiceringsdatum | 2014-01-27 |
| Utvecklare | https://timothytocci.wordpress.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://timothytocci.com/ |
| Hjälpsida URL | http://timothytocci.com/ |
| Stödda Språk | 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
} | |