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 |
| 官方網址 | 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
} | |