FontFinder & WordCounter

This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.

FontFinder & WordCounterとは何ですか?

FontFinder & WordCounterはminhdung25によって開発されたChromeの拡張機能で、その主な機能は「This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Step 1: Select the paragraph you want to find:

Choose the paragraph you wish to find and count the number of words, characters, colors, and font styles.
Step 2: Right-click to bring up the menu:

Hover over the paragraph and right-click. A menu will appear with various options.
Step 3: Click on "FontFinder & WordCounter":

In the menu, locate and click on the option "FontFinder & WordCounter." This will open a new window.
Step 4: View the results of word count, character count, colors, and font styles:

After clicking on "FontFinder & WordCounter," a table will display information about the number of words, characters, colors, and font styles of the selected paragraph.                    

拡張機能の基本情報

名前 FontFinder & WordCounter FontFinder & WordCounter
ID pmmcbibbppmdbnefnhofogkhleekemgi
公式URL https://chromewebstore.google.com/detail/fontfinder-wordcounter/pmmcbibbppmdbnefnhofogkhleekemgi
説明 This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.
ファイルサイズ 81.7 KB
インストール数 173
現在のバージョン 1.1.1
最終更新日 2023-07-11
公開日 2023-07-09
評価 4.20/5 合計 5 レビュー
開発者 minhdung25
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FontFinder & WordCounter",
    "version": "1.1.1",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "icons": {
        "128": "icon.png"
    },
    "description": "This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.",
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}