Detect Font
Detect fonts used in web pages
什麼是Detect Font?
Detect Font是由@hmarr開發的Chrome擴展程式,該擴展的主要功能是“Detect fonts used in web pages”。
擴展截圖
下載Detect Font擴展crx文件
下載Detect Font擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"What's that gorgeous font?", you ask... Well, now you'll know! Click the icon in the browser toolbar to activate font detection mode, and hover over parts of the page to reveal which font is being used. Unlike other font-detecting extensions, this won't ask for full access to every website you visit. It's only activated when you press the button in the toolbar, so you stay in control of your privacy.
擴展基本資訊
名稱 | Detect Font |
ID | mpljfgaicpdodihppfoolcididbkalce |
官方網址 | https://chromewebstore.google.com/detail/detect-font/mpljfgaicpdodihppfoolcididbkalce |
簡介 | Detect fonts used in web pages |
檔案大小 | 12.29 KB |
安裝次數 | 1,677 |
目前版本 | 1.1 |
更新時間 | 2023-10-19 |
上架時間 | 2020-04-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | @hmarr |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/hmarr/chrome-detect-font |
說明頁面URL | https://github.com/hmarr/chrome-detect-font/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Detect Font", "version": "1.1", "author": "Harry Marr", "description": "Detect fonts used in web pages", "homepage_url": "https:\/\/github.com\/hmarr\/chrome-detect-font", "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "scripting", "activeTab" ], "action": { "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" } } } |