Fontify

This extension allows the user to change the font on the whole page.

Fontifyคืออะไร?

Fontify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MarcCsharp และคุณลักษณะหลักของมันคือ "This extension allows the user to change the font on the whole page."

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

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

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

                        This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish.

Simply click the extension and select your font from the drop down and see it applied to the page.                    

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

ชื่อ Fontify Fontify
ID npmbploomnpbcejbghaflhmdcnjkembd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd
คำอธิบาย This extension allows the user to change the font on the whole page.
ขนาดไฟล์ 5.6 KB
จำนวนการติดตั้ง 428
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-01-24
วันที่เผยแพร่ 2018-01-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา MarcCsharp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension allows the user to change the font on the whole page.",
    "background": {
        "scripts": [
            "injectFont.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to change font"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ]
}