GitHub Search Tool
Instant access to the GitHub search bar
Co to jest GitHub Search Tool?
GitHub Search Tool to rozszerzenie Chrome opracowane przez Paweł Urbanek, a jego główną funkcją jest „Instant access to the GitHub search bar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Search Tool
Pobierz pliki rozszerzeń GitHub Search Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mppgeiejiiffmgmhllepmpjpaaffakpl |
| Oficjalny URL | https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl |
| Opis | Instant access to the GitHub search bar |
| Rozmiar pliku | 23.06 KB |
| Liczba instalacji | 215 |
| Aktualna Wersja | 0.2.2 |
| Ostatnia Aktualizacja | 2013-12-02 |
| Data Publikacji | 2013-12-02 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Paweł Urbanek |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/pawurb/GitHubSimpleSearch |
| Obsługiwane Języki | 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
} | |