Search GitHub
A must-have DevTool that searches GitHub from your very own Chrome menu
Cos'è Search GitHub?
Search GitHub è un'estensione di Chrome sviluppata da Abir Bhushan, e la sua funzione principale è "A must-have DevTool that searches GitHub from your very own Chrome menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search GitHub
Scarica i file di estensione Search GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Search GitHub is a Chrome extension that brings you instant access to GitHub repositories, users, code, commits, issues, marketplace, and much more. It comes with a basic, one-click repository search, along with an advanced search option that can be used to generate powerful search queries using 24 different parameters.
Feedback:
Email: [email protected]
_______________________________________________
The best place for support is not in the reviews section below, but on GitHub:
https://github.com/abircb/search-github/issues
_______________________________________________
History:
• 1.0.6
- More cool facts and Pro tips
• 1.0.5
- Update Advanced Search options
- Some performance optimisations
• 1.0.4
- Add focus on input when the extension starts
• 1.0.3
- Improve performance
- Fix bugs in 1.0.2
• 1.0.2
- Added Marketplace search
• 1.0.1
- Supported light icon for dark themes Informazioni di Base sull'Estensione
| Nome | |
| ID | fbdfmneommmclhkndkhdagkcebgekkna |
| URL Ufficiale | https://chromewebstore.google.com/detail/search-github/fbdfmneommmclhkndkhdagkcebgekkna |
| Descrizione | A must-have DevTool that searches GitHub from your very own Chrome menu |
| Dimensione del File | 20.66 KB |
| Conteggio Installazioni | 242 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2020-07-29 |
| Data di Pubblicazione | 2020-05-08 |
| Sviluppatore | Abir Bhushan |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/abircb/search-github |
| URL della Pagina di Aiuto | https://github.com/abircb/search-github/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Search GitHub",
"description": "A must-have DevTool that searches GitHub from your very own Chrome menu",
"version": "1.0.6",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"default_title": "Search GitHub",
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'"
} | |