Fontoscope
Paratype Font Explorer
Fontoscope란 무엇입니까?
Fontoscope은(는) https://www.paratype.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Paratype Font Explorer"입니다.
확장 프로그램 스크린샷
Fontoscope 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Creating a new website or redesigning an existing one? Try hundreds of professionally designed fonts for free before buying a license. Navigate to a published or test webpage. Hover over text elements to identify fonts specified by the page author. Click on a text element and select a substitute font. See if the new font looks right on the page. When ready to publish, visit Paratype Web Store to acquire font licenses. Paratype account is required to get access to all fonts. Unregistered users can use free fonts distributed under OFL. PRIVACY: Paratype does not collect or analyze any data related to your Web browsing activity.
확장 프로그램 기본 정보
이름 | Fontoscope |
ID | doionlecganamkcijdeefalpdpmpbmoe |
공식 URL | https://chromewebstore.google.com/detail/fontoscope/doionlecganamkcijdeefalpdpmpbmoe |
설명 | Paratype Font Explorer |
파일 크기 | 215 KB |
설치 횟수 | 314 |
현재 버전 | 2.15.2 |
최근 업데이트 | 2023-05-01 |
출시 날짜 | 2020-06-10 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | https://www.paratype.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://paratype.com/fontoscope |
개인정보 보호 정책 페이지 URL | https://www.paratype.com/legal/privacy/fontoscope |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontoscope", "version": "2.15.2", "description": "Paratype Font Explorer", "homepage_url": "https:\/\/www.paratype.com", "icons": { "256": ".\/assets\/images\/fs-256x256.png", "128": ".\/assets\/images\/fs-128x128.png", "96": ".\/assets\/images\/fs-96x96.png", "64": ".\/assets\/images\/fs-64x64.png", "48": ".\/assets\/images\/fs-48x48.png", "32": ".\/assets\/images\/fs-32x32.png", "24": ".\/assets\/images\/fs-24x24.png", "16": ".\/assets\/images\/fs-16x16.png" }, "manifest_version": 3, "host_permissions": [ "*:\/\/*\/" ], "permissions": [ "storage" ], "background": { "service_worker": "background_runtime.js" }, "content_scripts": [ { "js": [ "content.js", "runtime.js", "polyfills.js", "main.js" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_icon": { "256": ".\/assets\/images\/fs-256x256.png", "128": ".\/assets\/images\/fs-128x128.png", "96": ".\/assets\/images\/fs-96x96.png", "64": ".\/assets\/images\/fs-64x64.png", "48": ".\/assets\/images\/fs-48x48.png", "32": ".\/assets\/images\/fs-32x32.png", "24": ".\/assets\/images\/fs-24x24.png", "16": ".\/assets\/images\/fs-16x16.png" }, "default_title": "Fontoscope" } } |