Font Detector
Detects font properties and styles
Qu'est-ce que Font Detector ?
Font Detector est une extension Chrome développée par Anish Nair, et sa fonction principale est "Detects font properties and styles".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Font Detector
Téléchargez les fichiers d'extension Font Detector 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
On any page, click on the font properties icon. A pop-up will own up as shown in the screenshot. Hover on any text on the webpage, and you will get all the font-related information of that text. Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element. To stop showing the font-properties, click on close('x' icon).
Informations de Base sur l'Extension
Nom | Font Detector |
ID | mohdgdcdkibdljkppnmnihdacpbpllmj |
URL Officiel | https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj |
Description | Detects font properties and styles |
Taille du Fichier | 259 KB |
Nombre d'Installations | 4,900 |
Version Actuelle | v1.2.1 |
Dernière Mise à Jour | 2022-05-18 |
Date de Publication | 2020-01-23 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Anish Nair |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Detector", "short_name": "Font Detector", "version": "1.2.1", "version_name": "v1.2.1", "description": "Detects font properties and styles", "icons": { "16": "assets\/icons\/font-detector-logo-16.png", "48": "assets\/icons\/font-detector-logo-48.png", "128": "assets\/icons\/font-detector-logo-128.png" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "js\/background.min.js" }, "manifest_version": 3, "action": { "default_icon": { "19": "assets\/icons\/font-detector-logo-19.png", "38": "assets\/icons\/font-detector-logo-38.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/font-detector-logo-38.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |