Wingdingify

Applies the Wingdings font to text.

什么是Wingdingify?

Wingdingify是由Jefferson Mei开发的Chrome扩展程序,该扩展的主要功能是“Applies the Wingdings font to text.”。

扩展截图

screenshot

下载Wingdingify扩展crx文件

下载Wingdingify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
官方URL https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
简介 Applies the Wingdings font to text.
文件大小 10.46 KB
安装次数 1,000
当前版本 0.0.0.3
更新时间 2019-02-04
上架时间 2019-01-31
评分 4.00/5 共9次评分
开发者 Jefferson Mei
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}