Font changer pro
Master browser font customization - size, color, font family
Font changer proとは何ですか?
Font changer proはTom Grayによって開発されたChromeの拡張機能で、その主な機能は「Master browser font customization - size, color, font family」です。
拡張機能のスクリーンショット
Font changer pro拡張機能のCRXファイルをダウンロード
Font changer pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Font Changer Pro is a tool that manages font settings. You can select a font from hundreds of fonts on Google Fonts. Features: ⭐ Hundreds of available fonts ⭐ Custom fonts ⭐ Manage text color ⭐ Manage font size on any page ⭐ Use wildcard domain scope or apply globally
拡張機能の基本情報
名前 | |
ID | bfdlfijnkpenblkecgdgpfaamekddmdi |
公式URL | https://chrome.google.com/webstore/detail/font-changer-pro/bfdlfijnkpenblkecgdgpfaamekddmdi |
説明 | Master browser font customization - size, color, font family |
ファイルサイズ | 525 KB |
インストール数 | 100,000 |
現在のバージョン | 1.8.1 |
最終更新日 | 2020-12-20 |
公開日 | 2020-11-05 |
評価 | 4.05/5 合計 38 レビュー |
開発者 | Tom Gray |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.notion.so/Privacy-Policy-Font-changer-Pro-13132e70d2084944af210dcc85d2a62b |
対応言語 | 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.8.1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "lib\/jquery\/jquery-3.4.1.js", "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "default_locale": "en", "permissions": [ "fontSettings", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |