Type Crazy

Copy and pase custom messages from never before seen unicode fonts

Type Crazy là gì?

Type Crazy là một tiện ích mở rộng Chrome được phát triển bởi Michael Burke, và tính năng chính của nó là "Copy and pase custom messages from never before seen unicode fonts".

Ả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 Type Crazy

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

                        Type Crazy is a unique extension that allows you to type in amazing fonts at the press of a button, with awesome, never-before seen fonts that you can paste directly into anything! Because of Type Crazy's unique unicode-based font system, every font will work on most websites and programs without you having to install anything. Just simply choose a font, type, then copy and paste into anything you want!
------------------
What's coming next?
Better GUI, font preview and hopefully at least 2 new fonts.
------------------
CHANGELOG:

v2.4: TypeCrazy created! 2 total fonts.                    

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

Tên Type Crazy Type Crazy
ID aeidmoofcaiiihhkjacmpiljooileglp
URL Chính Thức https://chrome.google.com/webstore/detail/type-crazy/aeidmoofcaiiihhkjacmpiljooileglp
Mô tả Copy and pase custom messages from never before seen unicode fonts
Kích Thước Tệp 11.05 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2016-06-11
Ngày Phát Hành 2016-06-10
Nhà Phát Triển Michael Burke
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type Crazy",
    "short_name": "TypeCrazy",
    "version": "2.4",
    "manifest_version": 2,
    "description": "Copy and pase custom messages from never before seen unicode fonts",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "activeTab",
        "webNavigation",
        "*:\/\/*\/*",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}