Issue Checker for GitHub
Check Github issues
Qu'est-ce que Issue Checker for GitHub ?
Issue Checker for GitHub est une extension Chrome développée par dtaniwaki, et sa fonction principale est "Check Github issues".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Issue Checker for GitHub
Téléchargez les fichiers d'extension Issue Checker for GitHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With this extension, you never forget GitHub issues and pull requests assigned to you! The number on the extension icon indicates the number of issues/pull requests assigned to you and the extension keeps them up-to-date anytime. You can check what issues/pull requests are assigned to you on the extension popup and open the correspondant page easily.
Informations de Base sur l'Extension
Nom | |
ID | dejgifcjoefbogdjpjokobdlddjhbich |
URL Officiel | https://chrome.google.com/webstore/detail/issue-checker-for-github/dejgifcjoefbogdjpjokobdlddjhbich |
Description | Check Github issues |
Taille du Fichier | 164 KB |
Nombre d'Installations | 334 |
Version Actuelle | 0.2.15 |
Dernière Mise à Jour | 2016-02-26 |
Date de Publication | 2016-02-26 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | dtaniwaki |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dtaniwaki/issue-checker-for-github |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Issue Checker for GitHub", "version": "0.2.15", "options_page": "options.html", "description": "Check Github issues", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "cookies", "storage", "notifications" ], "browser_action": { "default_icon": "\/images\/icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "\/js\/lib\/jquery-2.1.0.min.js", "\/js\/github_client.js", "\/js\/background.js" ] } } |