Starify Github repo links

Add Github Stars badges to Github project links

Starify Github repo links là gì?

Starify Github repo links là một tiện ích mở rộng Chrome được phát triển bởi https://itenium.be, và tính năng chính của nó là "Add Github Stars badges to Github project links".

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

screenshot
screenshot

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

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

                        Scans all links on a page and adds a Github Stars badge to a Github project links. Use Control + Alt + G to activate.

Runs immediately on Google search results, StackOverflow sites, Github.com, npmjs.com etc.                    

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

Tên Starify Github repo links Starify Github repo links
ID kpficnopciffopkhjpckhkgmnlakcmig
URL Chính Thức https://chrome.google.com/webstore/detail/starify-github-repo-links/kpficnopciffopkhjpckhkgmnlakcmig
Mô tả Add Github Stars badges to Github project links
Kích Thước Tệp 9.86 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-04-27
Ngày Phát Hành 2020-04-25
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://itenium.be
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://itenium.be/blog/javascript/starify-github-links/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "webRequest",
        "https:\/\/img.shields.io\/"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "github-stars.user.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Add Github Stars badges to Github project links",
    "name": "Starify Github repo links",
    "short_name": "GithubStarifyLinks",
    "version": "1.7",
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='",
    "icons": {
        "128": "favicon.png"
    }
}