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 |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
}
]
} | |