Paint GitHub
This adds canvas for drawing a picture and inserting them in GitHub comment boxes.
ما هو Paint GitHub؟
Paint GitHub هو إضافة Chrome تم تطويرها بواسطة Mu-An Chiou، والميزة الرئيسية لها هي "This adds canvas for drawing a picture and inserting them in GitHub comment boxes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Paint GitHub
قم بتنزيل ملفات الامتداد Paint GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Injects a "Draw" panel to GitHub's comment area so you can draw a helpful picture to be included in the comment! معلومات أساسية عن التمديد
| الاسم | |
| ID | dmcjbappfnlamankemdmmdjiecnclapl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/paint-github/dmcjbappfnlamankemdmmdjiecnclapl |
| الوصف | This adds canvas for drawing a picture and inserting them in GitHub comment boxes. |
| حجم الملف | 34.1 KB |
| عدد التثبيتات | 203 |
| النسخة الحالية | 0.3.0 |
| آخر تحديث | 2019-11-27 |
| تاريخ النشر | 2019-11-26 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Mu-An Chiou |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
} | |