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”。
扩展截图
下载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
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |