Font Changer
Change any font easy!
Font Changer란 무엇입니까?
Font Changer은(는) https://fontsly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change any font easy!"입니다.
확장 프로그램 스크린샷
Font Changer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Collection of the best preset fonts. There is also a possibility to change size&color of text.
확장 프로그램 기본 정보
이름 | Font Changer |
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 |
이메일 | [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" } |