Review on GitHub

Review repositories on GitHub like a Pull Request

Review on GitHub là gì?

Review on GitHub là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Gräßl, và tính năng chính của nó là "Review repositories on GitHub like a Pull Request".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Review on 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

                        This extension adds the ability to github.com to make notes in files and add them as a compiled list to an issue.                    

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

Tên Review on GitHub Review on GitHub
ID eenlonmglmdookfbknbmcgjkpomndjdp
URL Chính Thức https://chromewebstore.google.com/detail/review-on-github/eenlonmglmdookfbknbmcgjkpomndjdp
Mô tả Review repositories on GitHub like a Pull Request
Kích Thước Tệp 25.81 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-05-12
Ngày Phát Hành 2016-05-12
Nhà Phát Triển Sebastian Gräßl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bastilian/ReviewOnGitHub
URL Trang Trợ Giúp https://github.com/bastilian/ReviewOnGitHub/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Review on GitHub",
    "description": "Review repositories on GitHub like a Pull Request",
    "version": "1.0.1",
    "icons": {
        "256": "icon.png"
    },
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "web_accessible_resources": [
        "vendor\/marked.min.js",
        "components\/notes-button.js",
        "components\/note-link.js",
        "components\/file-view.js",
        "components\/note-form.js",
        "components\/line-note.js",
        "components\/notes-list.js",
        "lib.js",
        "db.js",
        "review.js",
        "review.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "review.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}