GitHub submodule links

Hyperlinks submodule hashes and submodule diffs on GitHub.

GitHub submodule links là gì?

GitHub submodule links là một tiện ích mở rộng Chrome được phát triển bởi https://msol.io, và tính năng chính của nó là "Hyperlinks submodule hashes and submodule diffs on GitHub.".

Ả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 submodule links

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

                        GitHub doesn't hyperlink to submodules in diffs. To make it easier to track what changed, this extension inserts links to both the referenced submodule commits as well as diffs between them.

The same extension for Safari and Firefox as well as source code is available at https://github.com/msolomon/github-submodule-links                    

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

Tên GitHub submodule links GitHub submodule links
ID ncoknneddcolmgfnmcbemhhaghjdlkkb
URL Chính Thức https://chromewebstore.google.com/detail/github-submodule-links/ncoknneddcolmgfnmcbemhhaghjdlkkb
Mô tả Hyperlinks submodule hashes and submodule diffs on GitHub.
Kích Thước Tệp 17.49 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2015-03-28
Ngày Phát Hành 2015-03-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://msol.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/msolomon/github-submodule-links
URL Trang Trợ Giúp https://github.com/msolomon/github-submodule-links
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub submodule links",
    "version": "1.6",
    "description": "Hyperlinks submodule hashes and submodule diffs on GitHub.",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "https:\/\/github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "link_maker.js"
            ]
        }
    ],
    "author": "Mike Solomon"
}