Paint GitHub
This adds canvas for drawing a picture and inserting them in GitHub comment boxes.
Qu'est-ce que Paint GitHub ?
Paint GitHub est une extension Chrome développée par Mu-An Chiou, et sa fonction principale est "This adds canvas for drawing a picture and inserting them in GitHub comment boxes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Paint GitHub
Téléchargez les fichiers d'extension Paint 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
Injects a "Draw" panel to GitHub's comment area so you can draw a helpful picture to be included in the comment!
Informations de Base sur l'Extension
Nom | Paint GitHub |
ID | dmcjbappfnlamankemdmmdjiecnclapl |
URL Officiel | https://chromewebstore.google.com/detail/paint-github/dmcjbappfnlamankemdmmdjiecnclapl |
Description | This adds canvas for drawing a picture and inserting them in GitHub comment boxes. |
Taille du Fichier | 34.1 KB |
Nombre d'Installations | 203 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2019-11-27 |
Date de Publication | 2019-11-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Mu-An Chiou |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paint GitHub", "short_name": "paint-github", "version": "0.3.0", "manifest_version": 2, "description": "This adds canvas for drawing a picture and inserting them in GitHub comment boxes.", "homepage_url": "http:\/\/github.com\/muan\/paint-github", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "index.css" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "index.js", "node_modules\/changedpi\/src\/index.js", "paint-canvas-element.js" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |