Wingdingify

Applies the Wingdings font to text.

Wingdingify là gì?

Wingdingify là một tiện ích mở rộng Chrome được phát triển bởi Jefferson Mei, và tính năng chính của nó là "Applies the Wingdings font to text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wingdingify

Tải xuống các tệp mở rộng Wingdingify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
URL Chính Thức https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
Mô tả Applies the Wingdings font to text.
Kích Thước Tệp 10.46 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2019-02-04
Ngày Phát Hành 2019-01-31
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Jefferson Mei
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}