Gist Quick Search

Gist Quick Search

什麼是Gist Quick Search?

Gist Quick Search是由https://ragingwind.org開發的Chrome擴展程式,該擴展的主要功能是“Gist Quick Search”。

擴展截圖

screenshot

下載Gist Quick Search擴展crx文件

下載Gist Quick Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # GIST QUICK SEARCH ON CHROME EXTENSION
chrome extension that you can use gist quick search via omnibox on chrome browser.

# USESE
when you enter extension's keyword 'gs' (type 'gs' and press tab), you can start interacting with gist quick search. if you want more search result? just select first suggection on the list.                    

擴展基本資訊

名稱 Gist Quick Search Gist Quick Search
ID lonigeolophogplgkphcecbkaabmflnm
官方網址 https://chromewebstore.google.com/detail/gist-quick-search/lonigeolophogplgkphcecbkaabmflnm
簡介 Gist Quick Search
檔案大小 13.04 KB
安裝次數 20
目前版本 0.0.1
更新時間 2013-02-24
上架時間 2013-02-23
開發者 https://ragingwind.org
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "gistquicksearch.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "gs"
    },
    "permissions": [
        "https:\/\/*.github.com\/"
    ]
}