GitHub Search Tool
Instant access to the GitHub search bar
Vad är GitHub Search Tool?
GitHub Search Tool är en Chrome-tillägg utvecklad av Paweł Urbanek, och dess huvudfunktion är "Instant access to the GitHub search bar".
Tilläggsskärmbilder
Ladda ner GitHub Search Tool-förlängningens CRX-fil
Ladda ner GitHub Search Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extension provides access to the GitHub search bar.
Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER.
Results will display in the current tab.
If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings. Grundläggande Information om Tillägg
| Namn | |
| ID | mppgeiejiiffmgmhllepmpjpaaffakpl |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl |
| Beskrivning | Instant access to the GitHub search bar |
| Filstorlek | 23.06 KB |
| Antal Installationer | 215 |
| Aktuell Version | 0.2.2 |
| Senast Uppdaterad | 2013-12-02 |
| Publiceringsdatum | 2013-12-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Paweł Urbanek |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/pawurb/GitHubSimpleSearch |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Search Tool",
"description": "Instant access to the GitHub search bar",
"version": "0.2.2",
"browser_action": {
"default_title": "GitHub Simple Search",
"default_popup": "search_bar.html",
"default_icon": "images\/popup-icon.png"
},
"icons": {
"128": "images\/128-icon.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
}
}
},
"manifest_version": 2
} | |