WireFont
A tool for replacing text on a webpage with a wireframe like font
Vad är WireFont?
WireFont är en Chrome-tillägg utvecklad av john.curtis, och dess huvudfunktion är "A tool for replacing text on a webpage with a wireframe like font".
Tilläggsskärmbilder
Ladda ner WireFont-förlängningens CRX-fil
Ladda ner WireFont-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pbmfcgcjbkjiklcblffbebcndlelgabi |
| Officiell webbadress | https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi |
| Beskrivning | A tool for replacing text on a webpage with a wireframe like font |
| Filstorlek | 113 KB |
| Antal Installationer | 111 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2015-02-03 |
| Publiceringsdatum | 2015-02-03 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | john.curtis |
| Betalningssätt | free |
| Tilläggswebbplats | http://quotient.net |
| Stödda Språk | 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:\/\/*\/*"
]
} | |