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
Eメール [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"
    }
}