WireFont

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

Cos'è WireFont?

WireFont è un'estensione di Chrome sviluppata da john.curtis, e la sua funzione principale è "A tool for replacing text on a webpage with a wireframe like font".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WireFont

Scarica i file di estensione WireFont in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WireFont WireFont
ID pbmfcgcjbkjiklcblffbebcndlelgabi
URL Ufficiale https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi
Descrizione A tool for replacing text on a webpage with a wireframe like font
Dimensione del File 113 KB
Conteggio Installazioni 111
Versione Corrente 0.0.4
Ultimo Aggiornamento 2015-02-03
Data di Pubblicazione 2015-02-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore john.curtis
Tipo di Pagamento free
Sito Web dell'Estensione http://quotient.net
Lingue Supportate 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:\/\/*\/*"
    ]
}