Comic Sans Twitter
Show all tweets in Comic Sans font
Comic Sans Twitterคืออะไร?
Comic Sans Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย katystreet และคุณลักษณะหลักของมันคือ "Show all tweets in Comic Sans font"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comic Sans Twitter
ดาวน์โหลดไฟล์ส่วนขยาย Comic Sans Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make all your tweets Comic Sans.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | hamipdmocohimjhohllchgclheibnkfn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/comic-sans-twitter/hamipdmocohimjhohllchgclheibnkfn |
คำอธิบาย | Show all tweets in Comic Sans font |
ขนาดไฟล์ | 134 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2018-12-17 |
วันที่เผยแพร่ | 2018-12-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | katystreet |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.katygero.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Sans Twitter", "version": "0.0.2", "description": "Show all tweets in Comic Sans font", "permissions": [ "*:\/\/*.twitter.com\/*" ], "icons": { "16": "images\/noun_turtle_transparent_cropped_16.png", "32": "images\/noun_turtle_transparent_cropped_32.png", "48": "images\/noun_turtle_transparent_cropped_48.png", "128": "images\/noun_turtle_transparent_cropped_128.png" }, "browser_action": { "default_icon": "images\/noun_turtle_transparent_cropped_32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |