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
官方網址 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
電子郵箱 [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"
    }
}