Paint GitHub

This adds canvas for drawing a picture and inserting them in GitHub comment boxes.

Paint GitHub क्या है?

Paint GitHub Mu-An Chiou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This adds canvas for drawing a picture and inserting them in GitHub comment boxes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paint GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Injects a "Draw" panel to GitHub's comment area so you can draw a helpful picture to be included in the comment!                    

एक्सटेंशन की मूल जानकारी

नाम Paint GitHub Paint GitHub
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"
    }
}