Gist Quick Search
Gist Quick Search
什么是Gist Quick Search?
Gist Quick Search是由https://ragingwind.org开发的Chrome扩展程序,该扩展的主要功能是“Gist Quick Search”。
扩展截图
下载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 |
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\/" ] } |