Gist Quick Search

Gist Quick Search

What is Gist Quick Search?

Gist Quick Search is a Chrome extension developed by https://ragingwind.org, and its main feature is "Gist Quick Search".

Extension Screenshots

screenshot

Download Gist Quick Search Extension CRX File

Download Gist Quick Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 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.                    

Extension Basic Information

Name Gist Quick Search Gist Quick Search
ID lonigeolophogplgkphcecbkaabmflnm
Official URL https://chromewebstore.google.com/detail/gist-quick-search/lonigeolophogplgkphcecbkaabmflnm
Description Gist Quick Search
File Size 13.04 KB
Installation Count 20
Current Version 0.0.1
Last Updated 2013-02-24
Publish Date 2013-02-23
Developer https://ragingwind.org
Payment Type free
Supported Languages 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\/"
    ]
}