Paint GitHub

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

Paint GitHubとは何ですか?

Paint GitHubはMu-An Chiouによって開発されたChromeの拡張機能で、その主な機能は「This adds canvas for drawing a picture and inserting them in GitHub comment boxes.」です。

拡張機能のスクリーンショット

screenshot

Paint GitHub拡張機能のCRXファイルをダウンロード

Paint GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}