Wingdingify

Applies the Wingdings font to text.

Was ist Wingdingify?

Wingdingify ist eine Chrome-Erweiterung, die von Jefferson Mei entwickelt wurde, und ihr Hauptmerkmal ist "Applies the Wingdings font to text.".

Erweiterungsscreenshots

screenshot

Wingdingify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wingdingify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
Offizielle URL https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
Beschreibung Applies the Wingdings font to text.
Dateigröße 10.46 KB
Installationsanzahl 1,000
Aktuelle Version 0.0.0.3
Letztes Update 2019-02-04
Veröffentlichungsdatum 2019-01-31
Bewertung 4.00/5 Insgesamt 9 Bewertungen
Entwickler Jefferson Mei
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}