Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Omgili Searchとは何ですか?
Omgili Searchはhttps://timothytocci.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com」です。
拡張機能のスクリーンショット
Omgili Search拡張機能のCRXファイルをダウンロード
Omgili Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/
拡張機能の基本情報
名前 | Omgili Search |
ID | jllbgnjiffjogdmoljjljeedafbndamm |
公式URL | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
説明 | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
ファイルサイズ | 15.6 KB |
インストール数 | 25 |
現在のバージョン | 0.1 |
最終更新日 | 2014-01-29 |
公開日 | 2014-01-28 |
開発者 | https://timothytocci.wordpress.com |
支払い方法 | free |
拡張機能のウェブサイト | http://timothytocci.com/ |
ヘルプページのURL | http://timothytocci.com/ |
対応言語 | 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 } |