Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Google Fonts Redirectorคืออะไร?
Google Fonts Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikebranski และคุณลักษณะหลักของมันคือ "This extension ensure you're always viewing the newest version of Google Fonts"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Fonts Redirector
ดาวน์โหลดไฟล์ส่วนขยาย Google Fonts Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply put, this extension simply redirects you from the old Google Fonts (google.com/fonts) to the new (fonts.google.com), preserving the font (specimen) you are currently viewing if you are viewing one; otherwise, it simply takes you to the new home page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
คำอธิบาย | This extension ensure you're always viewing the newest version of Google Fonts |
ขนาดไฟล์ | 5.85 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-08-08 |
วันที่เผยแพร่ | 2016-08-08 |
ผู้พัฒนา | mikebranski |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mikebranski/google-fonts-redirector |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Mike Branski (http:\/\/mikebranski.com\/)", "name": "Google Fonts Redirector", "description": "This extension ensure you're always viewing the newest version of Google Fonts", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-19.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.google.com\/fonts", "*:\/\/fonts.google.com\/" ] } |