Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Qu'est-ce que Omgili Search ?
Omgili Search est une extension Chrome développée par https://timothytocci.wordpress.com, et sa fonction principale est "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Omgili Search
Téléchargez les fichiers d'extension Omgili Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Omgili Search |
ID | jllbgnjiffjogdmoljjljeedafbndamm |
URL Officiel | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
Description | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
Taille du Fichier | 15.6 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-01-29 |
Date de Publication | 2014-01-28 |
Développeur | https://timothytocci.wordpress.com |
Type de Paiement | free |
Site Web de l'Extension | http://timothytocci.com/ |
URL de la Page d'Aide | http://timothytocci.com/ |
Langues Prises en Charge | 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 } |