VHL Improvements

Improves the usability (and tolerability) of VHLCentral

VHL Improvementsคืออะไร?

VHL Improvements เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gizm0 และคุณลักษณะหลักของมันคือ "Improves the usability (and tolerability) of VHLCentral"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VHL Improvements

ดาวน์โหลดไฟล์ส่วนขยาย VHL Improvements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VHL Improvements VHL Improvements
ID magoaiaanbkidhdfjoikmhgagogbdjcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm
คำอธิบาย Improves the usability (and tolerability) of VHLCentral
ขนาดไฟล์ 22.4 KB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2020-03-14
วันที่เผยแพร่ 2020-03-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Gizm0
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "VHLi",
    "version": "1.1.7",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "author": "https:\/\/www.github.com\/i-am-gizm0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vhlcentral.com\/sections\/*\/activities\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "incognito": "split",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "declarativeContent"
    ]
}