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
公式URL 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
Eメール [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\/*"
    ]
}