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文件
下載Find That Font: Font Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |