WireFont
A tool for replacing text on a webpage with a wireframe like font
Wat is WireFont?
WireFont is een Chrome-extensie ontwikkeld door john.curtis, en de belangrijkste functie is "A tool for replacing text on a webpage with a wireframe like font".
Extensie Screenshots
Download het CRX-bestand van de extensie WireFont
Download WireFont-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pbmfcgcjbkjiklcblffbebcndlelgabi |
Officiële URL | https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi |
Beschrijving | A tool for replacing text on a webpage with a wireframe like font |
Bestandsgrootte | 113 KB |
Aantal Installaties | 111 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2015-02-03 |
Publicatiedatum | 2015-02-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | john.curtis |
Betalingswijze | free |
Extensiewebsite | http://quotient.net |
Ondersteunde Talen | 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:\/\/*\/*" ] } |