Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Was ist Omgili Search?
Omgili Search ist eine Chrome-Erweiterung, die von https://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".
Erweiterungsscreenshots
Omgili Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Omgili 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 Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab.
To view the code for this extension and many more visit: http://timothytocci.com/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jllbgnjiffjogdmoljjljeedafbndamm |
| Offizielle URL | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
| Beschreibung | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
| Dateigröße | 15.6 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2014-01-29 |
| Veröffentlichungsdatum | 2014-01-28 |
| 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": "Omgili Search",
"short_name": "omg Search",
"description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
"version": "0.1",
"background": {
"scripts": [
"background.js"
]
},
"omnibox": {
"keyword": "omg"
},
"icons": {
"16": "omg_16.png",
"32": "omg_32.png",
"48": "omg_48.png",
"128": "omg_128.png"
},
"manifest_version": 2
} | |