Github Super Search
Github Goto Anything Search
Wat is Github Super Search?
Github Super Search is een Chrome-extensie ontwikkeld door orrybaram, en de belangrijkste functie is "Github Goto Anything Search".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Super Search
Download Github Super Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds ctrl-shift-p key combo to popup github's search. Inspired by Sublime Text's Goto Anywhere feature. Basisinformatie over de Extensie
| Naam | |
| ID | cfbhifpagcclempcnlfdajgphkmokmfj |
| Officiële URL | https://chromewebstore.google.com/detail/github-super-search/cfbhifpagcclempcnlfdajgphkmokmfj |
| Beschrijving | Github Goto Anything Search |
| Bestandsgrootte | 46.74 KB |
| Aantal Installaties | 287 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2013-08-12 |
| Publicatiedatum | 2013-08-12 |
| Ontwikkelaar | orrybaram |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |