What Font
The easiest way to check fonts on web pages
Hvad er What Font?
What Font er en Chrome-udvidelse udviklet af tomxuxu, og dens hovedfunktion er "The easiest way to check fonts on web pages".
Udvidelsesskærmbilleder
Download What Font-udvidelses-CRX-fil
Download What Font-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息
Grundlæggende oplysninger om udvidelsen
Navn | What Font |
ID | ofjeanmickkjincopmpbfkciiookidha |
Officiel URL | https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha |
Beskrivelse | The easiest way to check fonts on web pages |
Filstørrelse | 111 KB |
Antal Installationer | 1,449 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2021-07-13 |
Udgivelsesdato | 2021-06-28 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | tomxuxu |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://pictureknow.com/protocol |
Understøttede Sprog | 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", " |