Snapfont - Preview fonts on any page
Snapfont - Test fonts on live websites
Snapfont - Preview fonts on any page란 무엇입니까?
Snapfont - Preview fonts on any page은(는) https://getsnapfont.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snapfont - Test fonts on live websites"입니다.
확장 프로그램 스크린샷
Snapfont - Preview fonts on any page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Snapfont is the fastest and easiest way to preview any local or Google font on a live website. Unlike other extensions, Snapfont ensures to match font weight and style to the original css so you get the best preview possible. Snapfont is used by over 1,000 Web designers and Typographers for testing, previewing and choosing fonts. --- Upgrade to Snapfont Pro to preview custom fonts. Variable fonts are supported too. Get it from here: https://gum.co/getsnapfont Features: - Upload custom fonts(Pro version only) - Preview local fonts - Preview Google fonts - Adjusts for font weights and styles automatically - Preview font page. Gives a visual preview of a particular font as well as various stats about it. More features coming soon! - Customize typography of any page via a on-screen widget. Variable font axes will be supported too. - More custom font metadata in the font previews. Read more about the updates and roadmap here: https://www.notion.so/shash7/9263762a63934830a3489d4ef3c85c24?v=d2b0a31279214a89be6162df8cdbc8a1
확장 프로그램 기본 정보
이름 | Snapfont - Preview fonts on any page |
ID | nkddaimdokgdjkekmdakdaojkfaghomj |
공식 URL | https://chromewebstore.google.com/detail/snapfont-preview-fonts-on/nkddaimdokgdjkekmdakdaojkfaghomj |
설명 | Snapfont - Test fonts on live websites |
파일 크기 | 4.54 MB |
설치 횟수 | 3,790 |
현재 버전 | 0.8.2 |
최근 업데이트 | 2020-07-20 |
출시 날짜 | 2020-05-30 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | https://getsnapfont.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getsnapfont.com |
도움말 페이지 URL | https://getsnapfont.com/contact |
개인정보 보호 정책 페이지 URL | https://underlineme.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "Snapfont - Test fonts on live websites", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "fontSettings", "activeTab" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "data\/fonts2.json" ], "content_security_policy": "connect-src https:\/\/fonts.googleapis.com http:\/\/localhost:4000 https:\/\/api.getsnapfont.com; script-src 'self' ; object-src 'none';", "version": "0.8.2" } |