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:\/\/*\/*" ] } |