Font Finder

Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..

什麼是Font Finder?

Font Finder是由https://artaxconsulting.com開發的Chrome擴展程式,該擴展的主要功能是“Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..”。

擴展截圖

screenshot

下載Font Finder擴展crx文件

下載Font Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Best way to find font family, weight, color, etc based on the web page.

Use this font finder to detect what the font is, the font size, the font weight, and font color. Simply highlight any text on the web page you have visited, and then click the extension in your Google Chrome toolbar to see all of the details on the font you want to know more about.                    

擴展基本資訊

名稱 Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
官方網址 https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
簡介 Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
檔案大小 176 KB
安裝次數 20
目前版本 0.0.6
更新時間 2023-07-31
上架時間 2023-06-04
評分 5.00/5 共 1 次評分
開發者 https://artaxconsulting.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://artaxconsulting.com/
隱私政策頁面URL https://artaxconsulting.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Finder",
    "description": "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. ",
    "version": "0.0.6",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "index.html",
        "default_title": "Font Finder"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-50f5fc1f.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.ts-fb006660.js"
            ],
            "use_dynamic_url": true
        }
    ]
}