WireFont

A tool for replacing text on a webpage with a wireframe like font

WireFontคืออะไร?

WireFont เป็นส่วนขยายของ Chrome ที่พัฒนาโดย john.curtis และคุณลักษณะหลักของมันคือ "A tool for replacing text on a webpage with a wireframe like font"

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

screenshot

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

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

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

                        A simple plugin to change the font on the screen to several wireframe like fonts. This makes it easy to change browser designs in to wireframe concepts. 





Font source: 
https://github.com/christiannaths/Redacted-Font                    

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

ชื่อ WireFont WireFont
ID pbmfcgcjbkjiklcblffbebcndlelgabi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi
คำอธิบาย A tool for replacing text on a webpage with a wireframe like font
ขนาดไฟล์ 113 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2015-02-03
วันที่เผยแพร่ 2015-02-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา john.curtis
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://quotient.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WireFont",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "A tool for replacing text on a webpage with a wireframe like font",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "FontFix",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}