Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Vad är Omgili Search?
Omgili Search är en Chrome-tillägg utvecklad av https://timothytocci.wordpress.com, och dess huvudfunktion är "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".
Tilläggsskärmbilder
Ladda ner Omgili Search-förlängningens CRX-fil
Ladda ner Omgili Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | jllbgnjiffjogdmoljjljeedafbndamm |
| Officiell webbadress | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
| Beskrivning | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
| Filstorlek | 15.6 KB |
| Antal Installationer | 25 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2014-01-29 |
| Publiceringsdatum | 2014-01-28 |
| Utvecklare | https://timothytocci.wordpress.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://timothytocci.com/ |
| Hjälpsida URL | http://timothytocci.com/ |
| Stödda Språk | 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
} | |