Wingdingify

Applies the Wingdings font to text.

What is Wingdingify?

Wingdingify is a Chrome extension developed by Jefferson Mei, and its main feature is "Applies the Wingdings font to text.".

Extension Screenshots

screenshot

Download Wingdingify Extension CRX File

Download Wingdingify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
Official URL https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
Description Applies the Wingdings font to text.
File Size 10.46 KB
Installation Count 1,000
Current Version 0.0.0.3
Last Updated 2019-02-04
Publish Date 2019-01-31
Rating 4.00/5 Total 9 Ratings
Developer Jefferson Mei
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}