Font Changer
Change any font easy!
Font Changerとは何ですか?
Font Changerはhttps://fontsly.comによって開発されたChromeの拡張機能で、その主な機能は「Change any font easy!」です。
拡張機能のスクリーンショット
Font Changer拡張機能のCRXファイルをダウンロード
Font Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Collection of the best preset fonts.
There is also a possibility to change size&color of text. 拡張機能の基本情報
| 名前 | |
| ID | cngbpbdpdeldglofjjppipdleagpefog |
| 公式URL | https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog |
| 説明 | Change any font easy! |
| ファイルサイズ | 196 KB |
| インストール数 | 2,365 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2021-02-04 |
| 公開日 | 2021-02-04 |
| 評価 | 3.90/5 合計 20 レビュー |
| 開発者 | https://fontsly.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://fontsly.com/ |
| プライバシーポリシーページのURL | https://free-qr.com/privacy-policy |
| 対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_popup": "popup.html"
},
"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:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"fontSettings",
"https:\/\/*\/*",
"http:\/\/*\/*",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1"
} | |