Font Changer Plus
Control center for browser fonts
什麼是Font Changer Plus?
Font Changer Plus是由Ana Watkins開發的Chrome擴展程式,該擴展的主要功能是“Control center for browser fonts”。
擴展截圖
下載Font Changer Plus擴展crx文件
下載Font Changer Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Font Changer Plus works on every site and changes fonts to selected ones. Make your personal theme for websites! Features: ☆ Hundreds of preset fonts to change ☆ Use custom font in TTF, OTF, WOFF formats ☆ Make text bigger or smaller with font size presets ☆ Change text color ☆ Specify font settings for domains and wildcard How to use the extension: 1. Click button in the browser toolbar and open settings 2. Change font settings to apply on the current tab (Reload page after installing the extension) 3. Font theme will be applied to all pages. Font library contains hundreds of fonts with open licenses.
擴展基本資訊
名稱 | |
ID | ameggholdkgkdepolbiaekmhjiaiiccg |
官方網址 | https://chrome.google.com/webstore/detail/font-changer-plus/ameggholdkgkdepolbiaekmhjiaiiccg |
簡介 | Control center for browser fonts |
檔案大小 | 176 KB |
安裝次數 | 20,000 |
目前版本 | 2.4.6 |
更新時間 | 2022-10-15 |
上架時間 | 2020-09-17 |
評分 | 3.97/5 共 65 次評分 |
開發者 | Ana Watkins |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.notion.so/Privacy-policy-Font-changer-plus-dc68490969234e20981bc6b821b1d169 |
支援的語言 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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_extName__", "description": "__MSG_extShortDesc__", "version": "2.4.6", "browser_action": { "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "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" ] } |