Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Groups Searchとは何ですか?
Groups Searchはhttps://timothytocci.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com」です。
拡張機能のスクリーンショット
Groups Search拡張機能のCRXファイルをダウンロード
Groups Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox.
To view the code for this addon and many others go to http://timothytocci.com/ 拡張機能の基本情報
| 名前 | |
| ID | donhcaknlpccdkjcibmnbagekdemifif |
| 公式URL | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif |
| 説明 | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com |
| ファイルサイズ | 15.49 KB |
| インストール数 | 21 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2014-01-26 |
| 公開日 | 2014-01-26 |
| 開発者 | 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": "Groups Search",
"short_name": "ggs Search",
"description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com",
"version": "0.1",
"background": {
"scripts": [
"background.js"
]
},
"omnibox": {
"keyword": "ggs"
},
"icons": {
"16": "ggs_16.png",
"32": "ggs_32.png",
"48": "ggs_48.png",
"128": "ggs_128.png"
},
"manifest_version": 2
} | |