Wingdingify

Applies the Wingdings font to text.

Wat is Wingdingify?

Wingdingify is een Chrome-extensie ontwikkeld door Jefferson Mei, en de belangrijkste functie is "Applies the Wingdings font to text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wingdingify

Download Wingdingify-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

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

Basisinformatie over de Extensie

Naam Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
Officiële URL https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
Beschrijving Applies the Wingdings font to text.
Bestandsgrootte 10.46 KB
Aantal Installaties 1,000
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2019-02-04
Publicatiedatum 2019-01-31
Beoordeling 4.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Jefferson Mei
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}