Wingdingify

Applies the Wingdings font to text.

Cos'è Wingdingify?

Wingdingify è un'estensione di Chrome sviluppata da Jefferson Mei, e la sua funzione principale è "Applies the Wingdings font to text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wingdingify

Scarica i file di estensione Wingdingify 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

                        Just click on the icon and hit enable to read websites in Wingdings!                    

Informazioni di Base sull'Estensione

Nome Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
URL Ufficiale https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
Descrizione Applies the Wingdings font to text.
Dimensione del File 10.46 KB
Conteggio Installazioni 1,000
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2019-02-04
Data di Pubblicazione 2019-01-31
Valutazione 4.00/5 Totale 9 Valutazioni
Sviluppatore Jefferson Mei
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wingdingify",
    "version": "0.0.0.3",
    "author": "Jefferson Mei",
    "description": "Applies the Wingdings font to text.",
    "icons": {
        "48": "icons\/wingdingify.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background\/bg_wingdings.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/wingdingify.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/wingdingify.png",
        "default_title": "Wingdingify",
        "default_popup": "popup\/choose_wingdings.html"
    }
}