Detect Font

Detect fonts used in web pages

Detect Fontとは何ですか?

Detect Fontは@hmarrによって開発されたChromeの拡張機能で、その主な機能は「Detect fonts used in web pages」です。

拡張機能のスクリーンショット

screenshot

Detect Font拡張機能のCRXファイルをダウンロード

Detect Font拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "What's that gorgeous font?", you ask... Well, now you'll know!

Click the icon in the browser toolbar to activate font detection mode, and hover over parts of the page to reveal which font is being used.

Unlike other font-detecting extensions, this won't ask for full access to every website you visit. It's only activated when you press the button in the toolbar, so you stay in control of your privacy.                    

拡張機能の基本情報

名前 Detect Font Detect Font
ID mpljfgaicpdodihppfoolcididbkalce
公式URL https://chromewebstore.google.com/detail/detect-font/mpljfgaicpdodihppfoolcididbkalce
説明 Detect fonts used in web pages
ファイルサイズ 12.29 KB
インストール数 1,677
現在のバージョン 1.1
最終更新日 2023-10-19
公開日 2020-04-10
評価 5.00/5 合計 1 レビュー
開発者 @hmarr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/hmarr/chrome-detect-font
ヘルプページのURL https://github.com/hmarr/chrome-detect-font/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Detect Font",
    "version": "1.1",
    "author": "Harry Marr",
    "description": "Detect fonts used in web pages",
    "homepage_url": "https:\/\/github.com\/hmarr\/chrome-detect-font",
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        }
    }
}