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
官方網址 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"
    }
}