Paint GitHub

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

Paint GitHub là gì?

Paint GitHub là một tiện ích mở rộng Chrome được phát triển bởi Mu-An Chiou, và tính năng chính của nó là "This adds canvas for drawing a picture and inserting them in GitHub comment boxes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paint GitHub

Tải xuống các tệp mở rộng Paint GitHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paint GitHub Paint GitHub
ID dmcjbappfnlamankemdmmdjiecnclapl
URL Chính Thức https://chromewebstore.google.com/detail/paint-github/dmcjbappfnlamankemdmmdjiecnclapl
Mô tả This adds canvas for drawing a picture and inserting them in GitHub comment boxes.
Kích Thước Tệp 34.1 KB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2019-11-27
Ngày Phát Hành 2019-11-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mu-An Chiou
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}