Font Finder by WhatFont

Font Finder directly find font details from web pages easily.

Font Finder by WhatFontとは何ですか?

Font Finder by WhatFontはFont Finderによって開発されたChromeの拡張機能で、その主な機能は「Font Finder directly find font details from web pages easily.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Now you can easily identify any font on the page using Font Finder.

Whatfont extension is a perfect for developer, graphic designers and for everyone who wants to identify the font details.

This font finder extension for chrome browser gives you information about font name, family, weight, color and more. 

✅ What this extension detects: 
1.	Font Family  
2.	Font Size 
3.	Font Weight 
4.	Line Height 
5.	Font Style  
6.	RGB Color Code

✅ How To Use : 
1. Click on the “Add to chrome” button to install it 
2. Tap on “Whatfont Plus” icon, this will enable the extension
3. Click the mouse pointer on any word for which you want to get font details
4. After clicking the word you will get all the font details

Version 2.1.1 changes:
- New UI design
- Improved usability                    

拡張機能の基本情報

名前 Font Finder by WhatFont Font Finder by WhatFont
ID bkabpllkghhddkikpelcmjklipifickd
公式URL https://chromewebstore.google.com/detail/font-finder-by-whatfont/bkabpllkghhddkikpelcmjklipifickd
説明 Font Finder directly find font details from web pages easily.
ファイルサイズ 35.68 KB
インストール数 5,725
現在のバージョン 2.1.11
最終更新日 2023-09-02
公開日 2022-06-07
評価 4.43/5 合計 7 レビュー
開発者 Font Finder
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1c9h06lhy3Fx9Km8rxEreC07eNDBQ2uat59vqoQJaaxE
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Finder by WhatFont",
    "description": "Font Finder directly find font details from web pages easily.",
    "version": "2.1.11",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "FontFinder"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png"
    }
}