HubLighter - GitHub Code Highlighter

Highlight all selected code occurrences on any GitHub pull request page or source page

ما هو HubLighter - GitHub Code Highlighter؟

HubLighter - GitHub Code Highlighter هو إضافة Chrome تم تطويرها بواسطة hvetko، والميزة الرئيسية لها هي "Highlight all selected code occurrences on any GitHub pull request page or source page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة HubLighter - GitHub Code Highlighter

قم بتنزيل ملفات الامتداد HubLighter - GitHub Code Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple highlighting tool for GitHub code reviews. Highlight any code and all other occurrences on page will be highlighted.

Extension does not require any special permission or GitHub credentials. It is open source, hosted on GitHub.

This extension is not endorsed by, sponsored by, or affiliated with GitHub.                    

معلومات أساسية عن التمديد

الاسم HubLighter - GitHub Code Highlighter HubLighter - GitHub Code Highlighter
ID lglodolklpafcnjeaphjdijmfbmikkgn
عنوان URL الرسمي https://chromewebstore.google.com/detail/hublighter-github-code-hi/lglodolklpafcnjeaphjdijmfbmikkgn
الوصف Highlight all selected code occurrences on any GitHub pull request page or source page
حجم الملف 58.39 KB
عدد التثبيتات 37
النسخة الحالية 1.2.1
آخر تحديث 2017-06-22
تاريخ النشر 2017-06-22
تقييم 5.00/5 مجموع تقييمات 2
المطور hvetko
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/hvetko/hublighter
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/hublighter-16.png",
        "default_popup": "html\/popup.html",
        "default_title": "HubLighter - GitHub Code Highlighter"
    },
    "content_scripts": [
        {
            "css": [
                "css\/hublighter.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "description": "Highlight all selected code occurrences on any GitHub pull request page or source page",
    "homepage_url": "https:\/\/github.com\/hvetko\/hublighter",
    "icons": {
        "128": "img\/hublighter-128.png",
        "16": "img\/hublighter-16.png",
        "48": "img\/hublighter-48.png"
    },
    "manifest_version": 2,
    "name": "HubLighter - GitHub Code Highlighter",
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "https:\/\/github.com\/"
    ],
    "version": "1.2.1"
}