Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Wat is Omgili Search?
Omgili Search is een Chrome-extensie ontwikkeld door https://timothytocci.wordpress.com, en de belangrijkste functie is "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Omgili Search
Download Omgili 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 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/
Basisinformatie over de Extensie
Naam | Omgili Search |
ID | jllbgnjiffjogdmoljjljeedafbndamm |
Officiële URL | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
Beschrijving | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
Bestandsgrootte | 15.6 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-29 |
Publicatiedatum | 2014-01-28 |
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": "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 } |