Wingdingify

Applies the Wingdings font to text.

Hvad er Wingdingify?

Wingdingify er en Chrome-udvidelse udviklet af Jefferson Mei, og dens hovedfunktion er "Applies the Wingdings font to text.".

Udvidelsesskærmbilleder

screenshot

Download Wingdingify-udvidelses-CRX-fil

Download Wingdingify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
Officiel URL https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
Beskrivelse Applies the Wingdings font to text.
Filstørrelse 10.46 KB
Antal Installationer 1,000
Nuværende Version 0.0.0.3
Senest Opdateret 2019-02-04
Udgivelsesdato 2019-01-31
Bedømmelse 4.00/5 Samlet 9 Bedømmelser
Udvikler Jefferson Mei
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}