What Font
The easiest way to check fonts on web pages
What is What Font?
What Font is a Chrome extension developed by tomxuxu, and its main feature is "The easiest way to check fonts on web pages".
Extension Screenshots
Download What Font Extension CRX File
Download What Font extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息
Extension Basic Information
Name | What Font |
ID | ofjeanmickkjincopmpbfkciiookidha |
Official URL | https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha |
Description | The easiest way to check fonts on web pages |
File Size | 111 KB |
Installation Count | 1,449 |
Current Version | 2.0.0 |
Last Updated | 2021-07-13 |
Publish Date | 2021-06-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | tomxuxu |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pictureknow.com/protocol |
Supported Languages | 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", " |