WireFont

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

什麼是WireFont?

WireFont是由john.curtis開發的Chrome擴展程式,該擴展的主要功能是“A tool for replacing text on a webpage with a wireframe like font”。

擴展截圖

screenshot

下載WireFont擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}