Find That Font: Font Finder
Identify what font is on the web page.
Find That Font: Font Finder란 무엇입니까?
Find That Font: Font Finder은(는) Click Theory에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Identify what font is on the web page."입니다.
확장 프로그램 스크린샷
Find That Font: Font Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find out what font is on any web page that you are on. It literally tells you which font the text is that you hover over AND it tells you the 'Family', 'Style', 'Weight', 'Size', 'Line Height', and the 'Color'. *Refresh your screen to exit out of the extension* Also, if the extension is not working or a certain function is not working, please go the 'Support' tab and write the issue there. Please don't leave a negative review when something can be easily fixed. Our team is constantly monitoring the review and support tabs so we will respond fairly quickly. If you have a suggestion of what you think should be added to the extension, please let us know and we will consider adding it!! You can also email us via the 'Contact the Developer' hyperlink under the 'Developer' section on the right side the page! ⭐ Hover & find out what font it is. ⭐
확장 프로그램 기본 정보
이름 | Find That Font: Font Finder |
ID | alannkadjimikdglagjkfdnmcdjkahhc |
공식 URL | https://chromewebstore.google.com/detail/find-that-font-font-finde/alannkadjimikdglagjkfdnmcdjkahhc |
설명 | Identify what font is on the web page. |
파일 크기 | 109 KB |
설치 횟수 | 900 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2021-04-07 |
출시 날짜 | 2021-02-16 |
평점 | 4.30/5 총 10 개의 평점 |
개발자 | Click Theory |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find That Font: Font Finder", "version": "0.0.5", "manifest_version": 2, "description": "Identify what font is on the web page.", "browser_action": { "default_icon": { "48": "icons\/icon48.png", "96": "icons\/icon96.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "144": "icons\/icon144.png", "192": "icons\/icon192.png" } }, "icons": { "48": "icons\/icon48.png", "96": "icons\/icon96.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "144": "icons\/icon144.png", "192": "icons\/icon192.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ " |