Find Font

Define any font on the page.

Find Fontとは何ですか?

Find Fontはsaharmashhadi522によって開発されたChromeの拡張機能で、その主な機能は「Define any font on the page.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        We offer you our new unique extension Find Font that will make it easier for you to work with documents.  With Find Font you will be provided with a large number of different and cool fonts.  There is also a palette of vibrant colors for your texts.  The good thing about our product is that it is completely free.  The great advantage of our product Find Font is that it does not ask you for personal data and any other information.  Find Font is very convenient and easy to use, we are sure that if you install WhatFont on your smartphone, you will not regret it and will work with pleasure.                    

拡張機能の基本情報

名前 Find Font Find Font
ID cgdmldicdcifjialkangkjbdomlighml
公式URL https://chromewebstore.google.com/detail/find-font/cgdmldicdcifjialkangkjbdomlighml
説明 Define any font on the page.
ファイルサイズ 70.45 KB
インストール数 260
現在のバージョン 1.1
最終更新日 2021-12-20
公開日 2021-09-06
開発者 saharmashhadi522
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Define any font on the page.",
    "icons": {
        "128": "images\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/vendor\/jq.min.js",
            "js\/vendor\/html2canvas.min.js",
            "js\/init.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/vendor\/jq.min.js",
                "js\/vendor\/html2canvas.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/css\/style.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}