Font Customizer
Fine-tune your font settings for each website
Font Customizerคืออะไร?
Font Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sonia Young และคุณลักษณะหลักของมันคือ "Fine-tune your font settings for each website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Customizer
ดาวน์โหลดไฟล์ส่วนขยาย Font Customizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Change font settings beyond what browser offers! With Font Customizer, you can change font, size, and colors for every website. Features: ☆ Make all text bigger or smaller ☆ Hundreds of fonts with open licenses ☆ Change color from the default black Quick start: click the icon in the toolbar to open a popup.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfbgiekofllpkpaoadjhbbfnljbcimoh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/font-customizer/gfbgiekofllpkpaoadjhbbfnljbcimoh |
คำอธิบาย | Fine-tune your font settings for each website |
ขนาดไฟล์ | 330 KB |
จำนวนการติดตั้ง | 1,477,015 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2022-11-15 |
วันที่เผยแพร่ | 2021-04-22 |
คะแนน | 4.40/5 รวมทั้งหมด 92 คะแนน |
ผู้พัฒนา | Sonia Young |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.notion.so/Font-Customizer-Privacy-policy-f87caddb5939401498ba6cd3d0c9cfc9 |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4.3", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "default_locale": "en", "permissions": [ "fontSettings", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |