WireFont

A tool for replacing text on a webpage with a wireframe like font

Qu'est-ce que WireFont ?

WireFont est une extension Chrome développée par john.curtis, et sa fonction principale est "A tool for replacing text on a webpage with a wireframe like font".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WireFont

Téléchargez les fichiers d'extension WireFont au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WireFont WireFont
ID pbmfcgcjbkjiklcblffbebcndlelgabi
URL Officiel https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi
Description A tool for replacing text on a webpage with a wireframe like font
Taille du Fichier 113 KB
Nombre d'Installations 111
Version Actuelle 0.0.4
Dernière Mise à Jour 2015-02-03
Date de Publication 2015-02-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur john.curtis
Type de Paiement free
Site Web de l'Extension http://quotient.net
Langues Prises en Charge 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:\/\/*\/*"
    ]
}