Font Detector
Detects font properties and styles
什么是Font Detector?
Font Detector是由Anish Nair开发的Chrome扩展程序,该扩展的主要功能是“Detects font properties and styles”。
扩展截图
下载Font Detector扩展crx文件
下载Font Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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). 扩展基本信息
| 名称 | |
| ID | mohdgdcdkibdljkppnmnihdacpbpllmj |
| 官方URL | https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj |
| 简介 | Detects font properties and styles |
| 文件大小 | 259 KB |
| 安装次数 | 4,900 |
| 当前版本 | v1.2.1 |
| 更新时间 | 2022-05-18 |
| 上架时间 | 2020-01-23 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Anish Nair |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
| 支持的语言 | 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": [
"*:\/\/*\/*"
]
}
]
} | |