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
公式URL 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\/"
    ]
}