GitHub Mention Highlighter

Highlight user and team mentions on GitHub

GitHub Mention Highlighter là gì?

GitHub Mention Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Highlight user and team mentions on GitHub".

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

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

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

                        Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional.                    

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

Tên GitHub Mention Highlighter GitHub Mention Highlighter
ID njefdbinhmfaebgbjihikefamibchpkk
URL Chính Thức https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk
Mô tả Highlight user and team mentions on GitHub
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2019-04-24
Ngày Phát Hành 2019-04-24
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://tramitescol.com/consultar-fosyga/
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Mention Highlighter",
    "version": "0.2.0",
    "description": "Highlight user and team mentions on GitHub",
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/*.githubapp.com\/*",
        "https:\/\/mail.google.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/*.githubapp.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/jquery\/dist\/jquery.js",
                "dist\/script.js"
            ],
            "css": [
                "dist\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "options_page": "dist\/options.html",
    "options_ui": {
        "page": "dist\/options.html",
        "chrome_style": true
    }
}