WireFont
A tool for replacing text on a webpage with a wireframe like font
What is WireFont?
WireFont is a Chrome extension developed by john.curtis, and its main feature is "A tool for replacing text on a webpage with a wireframe like font".
Extension Screenshots
Download WireFont Extension CRX File
Download WireFont extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | pbmfcgcjbkjiklcblffbebcndlelgabi |
Official URL | https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi |
Description | A tool for replacing text on a webpage with a wireframe like font |
File Size | 113 KB |
Installation Count | 111 |
Current Version | 0.0.4 |
Last Updated | 2015-02-03 |
Publish Date | 2015-02-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | john.curtis |
Payment Type | free |
Extension Website | http://quotient.net |
Supported Languages | 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:\/\/*\/*" ] } |