FontScanner - Scan for font family names
Scans the web page for font names to display the distinct font names applied on the page.
What is FontScanner - Scan for font family names?
FontScanner - Scan for font family names is a Chrome extension developed by https://apps4u.net, and its main feature is "Scans the web page for font names to display the distinct font names applied on the page.".
Extension Screenshots
Download FontScanner - Scan for font family names Extension CRX File
Download FontScanner - Scan for font family names extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
Official URL | 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. |
File Size | 47.22 KB |
Installation Count | 6,622 |
Current Version | 0.0.0.4 |
Last Updated | 2021-02-04 |
Publish Date | 2017-04-22 |
Rating | 4.00/5 Total 9 Ratings |
Developer | https://apps4u.net |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |