WireFont
A tool for replacing text on a webpage with a wireframe like font
Was ist WireFont?
WireFont ist eine Chrome-Erweiterung, die von john.curtis entwickelt wurde, und ihr Hauptmerkmal ist "A tool for replacing text on a webpage with a wireframe like font".
Erweiterungsscreenshots
WireFont-Erweiterungs-CRX-Datei herunterladen
Laden Sie WireFont-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pbmfcgcjbkjiklcblffbebcndlelgabi |
Offizielle URL | https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi |
Beschreibung | A tool for replacing text on a webpage with a wireframe like font |
Dateigröße | 113 KB |
Installationsanzahl | 111 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2015-02-03 |
Veröffentlichungsdatum | 2015-02-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | john.curtis |
Zahlungsart | free |
Erweiterungswebsite | http://quotient.net |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |