Paint GitHub
This adds canvas for drawing a picture and inserting them in GitHub comment boxes.
Wat is Paint GitHub?
Paint GitHub is een Chrome-extensie ontwikkeld door Mu-An Chiou, en de belangrijkste functie is "This adds canvas for drawing a picture and inserting them in GitHub comment boxes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Paint GitHub
Download Paint GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Injects a "Draw" panel to GitHub's comment area so you can draw a helpful picture to be included in the comment! Basisinformatie over de Extensie
| Naam | |
| ID | dmcjbappfnlamankemdmmdjiecnclapl |
| Officiële URL | https://chromewebstore.google.com/detail/paint-github/dmcjbappfnlamankemdmmdjiecnclapl |
| Beschrijving | This adds canvas for drawing a picture and inserting them in GitHub comment boxes. |
| Bestandsgrootte | 34.1 KB |
| Aantal Installaties | 203 |
| Huidige Versie | 0.3.0 |
| Laatst Bijgewerkt | 2019-11-27 |
| Publicatiedatum | 2019-11-26 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Mu-An Chiou |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |