TypeTab
I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
TypeTabคืออะไร?
TypeTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Schultz และคุณลักษณะหลักของมันคือ "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TypeTab
ดาวน์โหลดไฟล์ส่วนขยาย TypeTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Only fonts with more than one type style are considered, thanks to @mattwiebe's excellent Better Google Fonts. Big thanks to the Google Web Fonts Team and contributing type designers!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TypeTab |
ID | giapplkalkkgdamjfbdheocincffbeka |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka |
คำอธิบาย | I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab. |
ขนาดไฟล์ | 47.97 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2013-10-13 |
วันที่เผยแพร่ | 2013-10-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Max Schultz |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/MaxSchultz/TypeTab/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TypeTab", "author": "https:\/\/github.com\/MaxSchultz", "manifest_version": 2, "version": "1.3", "icons": { "128": "icon_128.png" }, "description": "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.", "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'", "chrome_url_overrides": { "newtab": "newtab.html" } } |