fancy-type

Transform your text to Unicode!

fancy-type là gì?

fancy-type là một tiện ích mở rộng Chrome được phát triển bởi Joseph Campuzano, và tính năng chính của nó là "Transform your text to Unicode!".

Ả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 fancy-type

Tải xuống các tệp mở rộng fancy-type 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

                        Fancy type is an extension that allows you to transform text into a unicode representation of the same text.                    

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

Tên fancy-type fancy-type
ID bhamkfhjjgmclcdfamfjibnldblmocac
URL Chính Thức https://chrome.google.com/webstore/detail/fancy-type/bhamkfhjjgmclcdfamfjibnldblmocac
Mô tả Transform your text to Unicode!
Kích Thước Tệp 723 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2018-12-19
Ngày Phát Hành 2018-12-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Joseph Campuzano
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": "fancy-type",
    "description": "Transform your text to Unicode!",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "fancy-type",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.0"
}