Github Pages Extension

Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.

Github Pages Extension là gì?

Github Pages Extension là một tiện ích mở rộng Chrome được phát triển bởi jan.monschke, và tính năng chính của nó là "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".

Ả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 Github Pages Extension

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

                                            

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

Tên Github Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
URL Chính Thức https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
Mô tả Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Kích Thước Tệp 65.59 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-01-18
Ngày Phát Hành 2013-01-17
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jan.monschke
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Pages Extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}