Type Crazy
Copy and pase custom messages from never before seen unicode fonts
Type Crazyคืออะไร?
Type Crazy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Burke และคุณลักษณะหลักของมันคือ "Copy and pase custom messages from never before seen unicode fonts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Type Crazy
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |