What Font
The easiest way to check fonts on web pages
Qu'est-ce que What Font ?
What Font est une extension Chrome développée par tomxuxu, et sa fonction principale est "The easiest way to check fonts on web pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What Font
Téléchargez les fichiers d'extension What Font au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息
Informations de Base sur l'Extension
Nom | What Font |
ID | ofjeanmickkjincopmpbfkciiookidha |
URL Officiel | https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha |
Description | The easiest way to check fonts on web pages |
Taille du Fichier | 111 KB |
Nombre d'Installations | 1,449 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2021-07-13 |
Date de Publication | 2021-06-28 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | tomxuxu |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://pictureknow.com/protocol |
Langues Prises en Charge | 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", " |