FONT Finder PRO
Can detect which font used in webpage.
什麼是FONT Finder PRO?
FONT Finder PRO是由https://bayramoff.com開發的Chrome擴展程式,該擴展的主要功能是“Can detect which font used in webpage.”。
擴展截圖
下載FONT Finder PRO擴展crx文件
下載FONT Finder PRO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Font Finder RPO extension helps you detect/find fonts used on web pages. Features: Find fonts on a web page Find text size on a web page How to use: 1. Install "Font Finder PRO" chrome extension. 2. Open any website. 3. Open "Font Finder PRO" from "Extensions list". Find the extension's icon using the puzzle icon. 4. Click "Start" button to activate Font Finder MODE. 5. Select or click to text on a web page.
擴展基本資訊
名稱 | FONT Finder PRO |
ID | ihpkfgphnppljkdhnjgiieicnhlkfdig |
官方網址 | https://chromewebstore.google.com/detail/font-finder-pro/ihpkfgphnppljkdhnjgiieicnhlkfdig |
簡介 | Can detect which font used in webpage. |
檔案大小 | 16.5 KB |
安裝次數 | 29 |
目前版本 | 1.0.0 |
更新時間 | 2022-12-15 |
上架時間 | 2022-12-15 |
開發者 | https://bayramoff.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://bayramoff.com/apps/font-detector |
說明頁面URL | https://bayramoff.com/apps/font-detector |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FONT Finder PRO", "version": "1.0.0", "manifest_version": 3, "description": "Can detect which font used in webpage.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pjcgifcabkihapfjdknalkbmmiodmapn\/", "action": { "default_popup": "window.html", "default_title": "FONT Finder PRO by Bayramoff", "default_icon": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" } }, "icons": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "permissions": [ "activeTab", "scripting" ] } |