FontScanner - Scan for font family names
Scans the web page for font names to display the distinct font names applied on the page.
Qu'est-ce que FontScanner - Scan for font family names ?
FontScanner - Scan for font family names est une extension Chrome développée par https://apps4u.net, et sa fonction principale est "Scans the web page for font names to display the distinct font names applied on the page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FontScanner - Scan for font family names
Téléchargez les fichiers d'extension FontScanner - Scan for font family names 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
FontScanner helps in finding out the distinct font family names for the whole webpage, based on the properties set for each individual elements on the page. This will help the developers and testers to find those elements that are set with the wrong or undesired font family names, quickly. From the page scan results, FontScanner can also show the elements related to a specific font name. This helps in identification of the specific element that has the undesired font name.
Informations de Base sur l'Extension
Nom | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
URL Officiel | https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn |
Description | Scans the web page for font names to display the distinct font names applied on the page. |
Taille du Fichier | 47.22 KB |
Nombre d'Installations | 6,622 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2021-02-04 |
Date de Publication | 2017-04-22 |
Évaluation | 4.00/5 Total 9 Évaluations |
Développeur | https://apps4u.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FontScanner - Scan for font family names", "short_name": "FontScanner", "version": "0.0.0.4", "manifest_version": 2, "description": "Scans the web page for font names to display the distinct font names applied on the page.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "FontScanner - Scan this web page" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "icons\/icon19.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |