Octopull

Octopull is a tool that extends GitHub pull-requests with additional static analysis results.

Octopull là gì?

Octopull là một tiện ích mở rộng Chrome được phát triển bởi http://rmhartog.me, và tính năng chính của nó là "Octopull is a tool that extends GitHub pull-requests with additional static analysis results.".

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

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

                        Octopull is a tool that extends GitHub pull-requests with additional static analysis results.                    

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

Tên Octopull Octopull
ID pnpjfmionfckocmegdmijflakfoigjmk
URL Chính Thức https://chrome.google.com/webstore/detail/octopull/pnpjfmionfckocmegdmijflakfoigjmk
Mô tả Octopull is a tool that extends GitHub pull-requests with additional static analysis results.
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2015-08-31
Ngày Phát Hành 2015-08-31
Nhà Phát Triển http://rmhartog.me
Loại Thanh Toán free
Trang Web Mở Rộng https://octopull.rmhartog.me/
URL Trang Trợ Giúp https://octopull.rmhartog.me/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octopull",
    "version": "1.2.2",
    "manifest_version": 2,
    "author": "Reinier Hartog",
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/octopull.rmhartog.me\/*",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "octopull.css"
            ],
            "js": [
                "octopull.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/octopull.rmhartog.me\/*"
            ],
            "css": [
                "extension_installed.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*.html"
    ]
}