Type Crazy

Copy and pase custom messages from never before seen unicode fonts

Wat is Type Crazy?

Type Crazy is een Chrome-extensie ontwikkeld door Michael Burke, en de belangrijkste functie is "Copy and pase custom messages from never before seen unicode fonts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Type Crazy

Download Type Crazy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Type Crazy Type Crazy
ID aeidmoofcaiiihhkjacmpiljooileglp
Officiële URL https://chrome.google.com/webstore/detail/type-crazy/aeidmoofcaiiihhkjacmpiljooileglp
Beschrijving Copy and pase custom messages from never before seen unicode fonts
Bestandsgrootte 11.05 KB
Aantal Installaties 19
Huidige Versie 2.4
Laatst Bijgewerkt 2016-06-11
Publicatiedatum 2016-06-10
Ontwikkelaar Michael Burke
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}