FontScanner - Scan for font family names
Scans the web page for font names to display the distinct font names applied on the page.
什么是FontScanner - Scan for font family names?
FontScanner - Scan for font family names是由https://apps4u.net开发的Chrome扩展程序,该扩展的主要功能是“Scans the web page for font names to display the distinct font names applied on the page.”。
扩展截图
下载FontScanner - Scan for font family names扩展crx文件
下载FontScanner - Scan for font family names扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
官方URL | https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn |
简介 | Scans the web page for font names to display the distinct font names applied on the page. |
文件大小 | 47.22 KB |
安装次数 | 6,622 |
当前版本 | 0.0.0.4 |
更新时间 | 2021-02-04 |
上架时间 | 2017-04-22 |
评分 | 4.00/5 共9次评分 |
开发者 | https://apps4u.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |