Instant Font

Instantly switch the font of current page using Google Fonts.

Instant Fontคืออะไร?

Instant Font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย poe.422 และคุณลักษณะหลักของมันคือ "Instantly switch the font of current page using Google Fonts."

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

screenshot

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

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

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

                        You can instantly switch current page's font to Google Fonts' web font.
Also, you can input CSS selector to specify element where you want to apply font.

Instant Font gonna help your web design/development work flow!                    

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

ชื่อ Instant Font Instant Font
ID mmodigjkaccealcndhpkmleiahmickcf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instant-font/mmodigjkaccealcndhpkmleiahmickcf
คำอธิบาย Instantly switch the font of current page using Google Fonts.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 405
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-11-23
วันที่เผยแพร่ 2016-11-23
คะแนน 1.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา poe.422
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Font",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "description": "Instantly switch the font of current page using Google Fonts.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "author": "Masahiro Harada",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Instant Font",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/webfont.js",
                "js\/build\/content_scripts.js"
            ]
        }
    ]
}