FontScanner - Scan for font family names
Scans the web page for font names to display the distinct font names applied on the page.
Wat is FontScanner - Scan for font family names?
FontScanner - Scan for font family names is een Chrome-extensie ontwikkeld door https://apps4u.net, en de belangrijkste functie is "Scans the web page for font names to display the distinct font names applied on the page.".
Extensie Screenshots
Download het CRX-bestand van de extensie FontScanner - Scan for font family names
Download FontScanner - Scan for font family names-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
Officiële URL | https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn |
Beschrijving | Scans the web page for font names to display the distinct font names applied on the page. |
Bestandsgrootte | 47.22 KB |
Aantal Installaties | 6,622 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2021-02-04 |
Publicatiedatum | 2017-04-22 |
Beoordeling | 4.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://apps4u.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |