What Font
The easiest way to check fonts on web pages
什麼是What Font?
What Font是由tomxuxu開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to check fonts on web pages”。
擴展截圖
下載What Font擴展crx文件
下載What Font擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息
擴展基本資訊
名稱 | What Font |
ID | ofjeanmickkjincopmpbfkciiookidha |
官方網址 | https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha |
簡介 | The easiest way to check fonts on web pages |
檔案大小 | 111 KB |
安裝次數 | 1,449 |
目前版本 | 2.0.0 |
更新時間 | 2021-07-13 |
上架時間 | 2021-06-28 |
評分 | 5.00/5 共 4 次評分 |
開發者 | tomxuxu |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://pictureknow.com/protocol |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "2.0.0", "description": "__MSG_desc__", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/init.js", "js\/font_content.js", "js\/jquery.min.js" ], "css": [ "css\/font_content.css" ] } ], "background": { "scripts": [ "js\/init.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon128.png", "default_title": "__MSG_name__" }, "permissions": [ "proxy", "webRequest", "storage", " |