Gotham Ext
Changes the Twitter Font back to Gotham
Gotham Extคืออะไร?
Gotham Ext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JoahG และคุณลักษณะหลักของมันคือ "Changes the Twitter Font back to Gotham"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gotham Ext
ดาวน์โหลดไฟล์ส่วนขยาย Gotham Ext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pretty simple. Changes the Twitter font back from the too cliche Helvetica Neue to the cool Gotham Font. Cool batman icon by Rodrigo Cardoso (https://dribbble.com/shots/1251085-Batman-Icon)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mekefckelhngafbhiplomhijedekgohg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg |
คำอธิบาย | Changes the Twitter Font back to Gotham |
ขนาดไฟล์ | 20.77 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-09-03 |
วันที่เผยแพร่ | 2014-09-03 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | JoahG |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gotham Ext", "description": "Changes the Twitter Font back to Gotham", "version": "0.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "*:\/\/*.twitter.com\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "magic.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ] } |