Font Identifier by WhatFontIs

Identify any Webfont or font (commercial or free) from any website.

什麼是Font Identifier by WhatFontIs?

Font Identifier by WhatFontIs是由https://whatfontis.com開發的Chrome擴展程式,該擴展的主要功能是“Identify any Webfont or font (commercial or free) from any website.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Font Identifier by WhatFontIs擴展crx文件

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

擴展使用說明

                        We help designers (famous or not) to identify any webfont or font from any website. We can do that using the huge WhatFontIs database: 800K+ fonts indexed, free or commercial from almost any foundry. 

After identifying the font, the extension will suggest more than 60 fonts very similar in style to the one you are searching for.                    

擴展基本資訊

名稱 Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
官方網址 https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
簡介 Identify any Webfont or font (commercial or free) from any website.
檔案大小 280 KB
安裝次數 10,000
目前版本 2.5.3
更新時間 2022-11-15
上架時間 2020-02-21
評分 3.50/5 共 28 次評分
開發者 https://whatfontis.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.whatfontis.com
說明頁面URL https://www.whatfontis.com/contact.html
隱私政策頁面URL https://www.whatfontis.com/terms.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Identifier by WhatFontIs",
    "version": "2.5.3",
    "description": "Identify any Webfont or font (commercial or free) from any website.",
    "browser_action": {
        "default_icon": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/jquery-3.3.1.min.js",
                "resources\/html2canvas.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.html",
        "img\/*"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "64": "img\/logo.png",
        "128": "img\/logo128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "https:\/\/www.whatfontis.com\/*"
    ]
}