Type Crazy
Copy and pase custom messages from never before seen unicode fonts
Was ist Type Crazy?
Type Crazy ist eine Chrome-Erweiterung, die von Michael Burke entwickelt wurde, und ihr Hauptmerkmal ist "Copy and pase custom messages from never before seen unicode fonts".
Erweiterungsscreenshots
Type Crazy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Type Crazy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aeidmoofcaiiihhkjacmpiljooileglp |
Offizielle URL | https://chrome.google.com/webstore/detail/type-crazy/aeidmoofcaiiihhkjacmpiljooileglp |
Beschreibung | Copy and pase custom messages from never before seen unicode fonts |
Dateigröße | 11.05 KB |
Installationsanzahl | 19 |
Aktuelle Version | 2.4 |
Letztes Update | 2016-06-11 |
Veröffentlichungsdatum | 2016-06-10 |
Entwickler | Michael Burke |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |