Type Crazy

Copy and pase custom messages from never before seen unicode fonts

什麼是Type Crazy?

Type Crazy是由Michael Burke開發的Chrome擴展程式,該擴展的主要功能是“Copy and pase custom messages from never before seen unicode fonts”。

擴展截圖

screenshot

下載Type Crazy擴展crx文件

下載Type Crazy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Type Crazy Type Crazy
ID aeidmoofcaiiihhkjacmpiljooileglp
官方網址 https://chrome.google.com/webstore/detail/type-crazy/aeidmoofcaiiihhkjacmpiljooileglp
簡介 Copy and pase custom messages from never before seen unicode fonts
檔案大小 11.05 KB
安裝次數 19
目前版本 2.4
更新時間 2016-06-11
上架時間 2016-06-10
開發者 Michael Burke
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}