Github Super Search
Github Goto Anything Search
What is Github Super Search?
Github Super Search is a Chrome extension developed by orrybaram, and its main feature is "Github Goto Anything Search".
Extension Screenshots
Download Github Super Search Extension CRX File
Download Github Super 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
Adds ctrl-shift-p key combo to popup github's search. Inspired by Sublime Text's Goto Anywhere feature.
Extension Basic Information
Name | Github Super Search |
ID | cfbhifpagcclempcnlfdajgphkmokmfj |
Official URL | https://chromewebstore.google.com/detail/github-super-search/cfbhifpagcclempcnlfdajgphkmokmfj |
Description | Github Goto Anything Search |
File Size | 46.74 KB |
Installation Count | 287 |
Current Version | 0.2 |
Last Updated | 2013-08-12 |
Publish Date | 2013-08-12 |
Developer | orrybaram |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Super Search", "version": "0.2", "manifest_version": 2, "description": "Github Goto Anything Search", "content_scripts": [ { "matches": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "js": [ "jquery.2.0.3.min.js", "github_super_search.js" ], "css": [ "github_super_search.css" ] } ], "permissions": [ "http:\/\/www.github.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |