Detect Font
Detect fonts used in web pages
Qu'est-ce que Detect Font ?
Detect Font est une extension Chrome développée par @hmarr, et sa fonction principale est "Detect fonts used in web pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Detect Font
Téléchargez les fichiers d'extension Detect 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
"What's that gorgeous font?", you ask... Well, now you'll know! Click the icon in the browser toolbar to activate font detection mode, and hover over parts of the page to reveal which font is being used. Unlike other font-detecting extensions, this won't ask for full access to every website you visit. It's only activated when you press the button in the toolbar, so you stay in control of your privacy.
Informations de Base sur l'Extension
Nom | Detect Font |
ID | mpljfgaicpdodihppfoolcididbkalce |
URL Officiel | https://chromewebstore.google.com/detail/detect-font/mpljfgaicpdodihppfoolcididbkalce |
Description | Detect fonts used in web pages |
Taille du Fichier | 12.29 KB |
Nombre d'Installations | 1,677 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-10-19 |
Date de Publication | 2020-04-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | @hmarr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hmarr/chrome-detect-font |
URL de la Page d'Aide | https://github.com/hmarr/chrome-detect-font/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Detect Font", "version": "1.1", "author": "Harry Marr", "description": "Detect fonts used in web pages", "homepage_url": "https:\/\/github.com\/hmarr\/chrome-detect-font", "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "scripting", "activeTab" ], "action": { "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" } } } |