Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Was ist Alexa Search?
Alexa Search ist eine Chrome-Erweiterung, die von https://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".
Erweiterungsscreenshots
Alexa Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alexa Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
| Offizielle URL | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
| Beschreibung | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
| Dateigröße | 16.31 KB |
| Installationsanzahl | 148 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2014-01-28 |
| Veröffentlichungsdatum | 2014-01-27 |
| Entwickler | https://timothytocci.wordpress.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://timothytocci.com/ |
| Hilfeseite URL | http://timothytocci.com/ |
| Unterstützte Sprachen | 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
} | |