Fonts Determiner

No guessing what's the font on a website, know it for sure.

什麼是Fonts Determiner?

Fonts Determiner是由Stephen Sotomayor開發的Chrome擴展程式,該擴展的主要功能是“No guessing what's the font on a website, know it for sure.”。

擴展截圖

screenshot
screenshot

下載Fonts Determiner擴展crx文件

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

擴展使用說明

                        So many brilliant fonts are used at a numerous websites. It's an easiest way to find out which exactly font is on the page - use the extension What Font.
Install the extension, click on it's logo and you'll get a name of the font you're interested in.
Try it and don't forget to share your feedback with us.

The extension needs an access to all websites to analyze fonts on every page you visit.
We do not collect any sensitive data.                    

擴展基本資訊

名稱 Fonts Determiner Fonts Determiner
ID befajfpdjfcmdkhljkhlhpiehgonjbde
官方網址 https://chromewebstore.google.com/detail/fonts-determiner/befajfpdjfcmdkhljkhlhpiehgonjbde
簡介 No guessing what's the font on a website, know it for sure.
檔案大小 93.87 KB
安裝次數 14,771
目前版本 1.5.8
更新時間 2023-12-13
上架時間 2023-08-02
評分 4.00/5 共 4 次評分
開發者 Stephen Sotomayor
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1ti6hitcy-fbdS3hp808DSkWxKfs9VBdHbZoXcifgIlY/edit?usp=sharing
支援的語言 en
manifest.json
{
    "action": {
        "default_icon": {
            "128": "content\/icon128.png",
            "256": "content\/icon256.png",
            "76": "content\/icon76.png",
            "96": "content\/icon96.png"
        },
        "default_title": "Font Determiner"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/libs\/jquery.js",
                "content\/script.js",
                "js\/libs\/html2canvas.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "content\/icon128.png",
        "256": "content\/icon256.png",
        "48": "content\/icon48.png",
        "96": "content\/icon96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnrm5cc9opqR6OGcDhQxbzr8Y40ADkkkDnbD8RUtdSNTm2cc6S\/SB\/50OmchS5ZNQDwYyZhDjHdyDhWEWht25it8xW+IxyKE66kdP+5T7N8c96L8u6vXhvgKdIKdMRQMfPNojiSu5ZWcSlZcaPT70lOgGhZlnJXoEqt3Ebstfr6lR+pVTtncnuEBirstv\/qhtY0gpFa9yZY7SUnGBS8Mi0+Er5npRQOJcW5ABFzqRU+3ibzR0EOEBtAcRCJl9WOGUuR6bL8pf71yY7JPriLXYSQ1fowa7jHPoMm7sb5Lja67nAa6dE3quv\/KzodBi4RDpDdUBTPQreN6P6L2qWfiKmQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "option.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "Font Determiner",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.8",
    "version_name": "1.5.8",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "css\/style.css",
                "css\/in.css",
                "content\/*"
            ]
        }
    ]
}