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"입니다.
확장 프로그램 스크린샷
Type Crazy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | aeidmoofcaiiihhkjacmpiljooileglp |
공식 URL | 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" } } |