Wingdingify

Applies the Wingdings font to text.

Qu'est-ce que Wingdingify ?

Wingdingify est une extension Chrome développée par Jefferson Mei, et sa fonction principale est "Applies the Wingdings font to text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wingdingify

Téléchargez les fichiers d'extension Wingdingify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
URL Officiel https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
Description Applies the Wingdings font to text.
Taille du Fichier 10.46 KB
Nombre d'Installations 1,000
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2019-02-04
Date de Publication 2019-01-31
Évaluation 4.00/5 Total 9 Évaluations
Développeur Jefferson Mei
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}