Font Customizer
Fine-tune your font settings for each website
什麼是Font Customizer?
Font Customizer是由Sonia Young開發的Chrome擴展程式,該擴展的主要功能是“Fine-tune your font settings for each website”。
擴展截圖
下載Font Customizer擴展crx文件
下載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 |
官方網址 | 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" ] } |