WireFont
A tool for replacing text on a webpage with a wireframe like font
Apa itu WireFont?
WireFont adalah ekstensi Chrome yang dikembangkan oleh john.curtis, dan fitur utamanya adalah "A tool for replacing text on a webpage with a wireframe like font".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WireFont
Unduh file ekstensi WireFont dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | pbmfcgcjbkjiklcblffbebcndlelgabi |
URL Resmi | https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi |
Deskripsi | A tool for replacing text on a webpage with a wireframe like font |
Ukuran File | 113 KB |
Jumlah Instalasi | 111 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2015-02-03 |
Tanggal Publikasi | 2015-02-03 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | john.curtis |
Tipe Pembayaran | free |
Situs Ekstensi | http://quotient.net |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |