FontMe

Discover what font was used on any webpage.

FontMeとは何ですか?

FontMeはPaper Boxによって開発されたChromeの拡張機能で、その主な機能は「Discover what font was used on any webpage.」です。

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

screenshot

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

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

拡張機能の使用方法

                        FontMe makes it incredibly easy to discover the font used on any webpage. Just right click, 'FontMe', and FontMe will let you know what font is being used for that text. No more time wasted digging through a webpages CSS just to find out what that cool font is.

*Make sure to refresh any pages after installing*                    

拡張機能の基本情報

名前 FontMe FontMe
ID jmflbifhkmjblfhmkpfdflfhphbinfjl
公式URL https://chromewebstore.google.com/detail/fontme/jmflbifhkmjblfhmkpfdflfhphbinfjl
説明 Discover what font was used on any webpage.
ファイルサイズ 52.82 KB
インストール数 817
現在のバージョン 1.0.4
最終更新日 2022-01-18
公開日 2019-12-14
評価 2.85/5 合計 13 レビュー
開発者 Paper Box
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FontMe",
    "version": "1.0.4",
    "description": "Discover what font was used on any webpage.",
    "icons": {
        "16": "images\/fmIcon16.png",
        "48": "images\/fmIcon48.png",
        "128": "images\/fmIcon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/fmIcon128.png"
        },
        "default_title": "FontMe",
        "default_popup": "html\/popup.html"
    },
    "author": "Paper Box",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/jFont-Checker\/jfont-checker.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.11.2.min.js",
            "js\/background.js"
        ]
    },
    "homepage_url": "http:JKJones.me",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "short_name": "FM"
}