Fancy Chat
Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
Fancy Chatคืออะไร?
Fancy Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kiricon.net และคุณลักษณะหลักของมันคือ "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fancy Chat
ดาวน์โหลดไฟล์ส่วนขยาย Fancy Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this app you're able to use special fonts and colors when typing to your friends. You are your own individual, so why type like everyone else? Custom fonts allow you to express your own individual voice and give some personality to your writing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fancy Chat |
ID | fpihgjgaegppdhbbijdpodhbabihopkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh |
คำอธิบาย | Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter! |
ขนาดไฟล์ | 200 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-10-07 |
วันที่เผยแพร่ | 2013-10-07 |
คะแนน | 3.09/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://kiricon.net |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://kiricon.net |
URL หน้าช่วยเหลือ | http://kiricon.net |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Fancy Chat", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "all_frames": true, "exclude_globs": [], "include_globs": [ "*" ], "js": [ "content_script.js", "mappings.js" ], "css": [ "fonts.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!", "homepage_url": "http:\/\/kiricon.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "web_accessible_resources": [ "popup\/scripts\/*.js", "fonts\/" ], "name": "Fancy Chat", "permissions": [ "*:\/\/*\/*" ], "version": "1.1" } |