Font Overwrite

Overwrites fonts of web-sites.

Font Overwriteคืออะไร?

Font Overwrite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย minostar และคุณลักษณะหลักของมันคือ "Overwrites fonts of web-sites."

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

screenshot

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

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

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

                        If you dislike specific font, use this.
(ex. Gulim, Comic Sans)                    

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

ชื่อ Font Overwrite Font Overwrite
ID efnhmidkajhnpdgfdpfnioiibmdjnkmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn
คำอธิบาย Overwrites fonts of web-sites.
ขนาดไฟล์ 47.6 KB
จำนวนการติดตั้ง 605
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-10-14
วันที่เผยแพร่ 2017-10-14
คะแนน 4.33/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา minostar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Overwrite",
    "description": "Overwrites fonts of web-sites.",
    "version": "0.0.2",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}