Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Co je Alexa Search?
Alexa Search je rozšíření Chrome vyvinuté https://timothytocci.wordpress.com, a jeho hlavní funkcí je „To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Alexa Search
Stáhněte si soubory rozšíření Alexa Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Alexa Search |
ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
Oficiální URL | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
Popis | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
Velikost souboru | 16.31 KB |
Počet instalací | 148 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2014-01-28 |
Datum Vydání | 2014-01-27 |
Vývojář | https://timothytocci.wordpress.com |
Typ Platby | free |
Webové stránky Rozšíření | http://timothytocci.com/ |
URL Stránky Nápovědy | http://timothytocci.com/ |
Podporované Jazyky | 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 } |