Typekit Tweaker
A toolbar that lets you adjust Typekit font previews.
Typekit Tweakerคืออะไร?
Typekit Tweaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kylefox.ca และคุณลักษณะหลักของมันคือ "A toolbar that lets you adjust Typekit font previews."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Typekit Tweaker
ดาวน์โหลดไฟล์ส่วนขยาย Typekit Tweaker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Typekit Tweaker lets you adjust font previews on Typekit. Adjust size, line height, letter spacing and colors, all from a sleek & simple toolbar. You can also insert sample text with one click. Typekit Tweaker also remembers your font settings & text, so as you browse fonts you can compare with all the same settings without additional work, More info is available at http://kylefox.ca/typekit-tweaker/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | imjkefgbldfcncjipjoahpbeakfjflgf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf |
คำอธิบาย | A toolbar that lets you adjust Typekit font previews. |
ขนาดไฟล์ | 56.36 KB |
จำนวนการติดตั้ง | 141 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-12-07 |
วันที่เผยแพร่ | 2012-12-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://kylefox.ca |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://kylefox.ca/typekit-tweaker/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Typekit Tweaker", "version": "1.0", "description": "A toolbar that lets you adjust Typekit font previews.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/typekit.com\/fonts\/*" ], "js": [ "jquery.js", "jquery.cookie.js", "tt.js", "loader.js" ], "css": [ "tt.css" ] } ] } |