Search GitHub
A must-have DevTool that searches GitHub from your very own Chrome menu
Was ist Search GitHub?
Search GitHub ist eine Chrome-Erweiterung, die von Abir Bhushan entwickelt wurde, und ihr Hauptmerkmal ist "A must-have DevTool that searches GitHub from your very own Chrome menu".
Erweiterungsscreenshots
Search GitHub-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search GitHub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fbdfmneommmclhkndkhdagkcebgekkna |
| Offizielle URL | https://chromewebstore.google.com/detail/search-github/fbdfmneommmclhkndkhdagkcebgekkna |
| Beschreibung | A must-have DevTool that searches GitHub from your very own Chrome menu |
| Dateigröße | 20.66 KB |
| Installationsanzahl | 242 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2020-07-29 |
| Veröffentlichungsdatum | 2020-05-08 |
| Entwickler | Abir Bhushan |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/abircb/search-github |
| Hilfeseite URL | https://github.com/abircb/search-github/issues |
| Unterstützte Sprachen | 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'"
} | |