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.

Co je FontFinder & WordCounter?

FontFinder & WordCounter je rozšíření Chrome vyvinuté minhdung25, a jeho hlavní funkcí je „This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FontFinder & WordCounter

Stáhněte si soubory rozšíření FontFinder & WordCounter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FontFinder & WordCounter FontFinder & WordCounter
ID pmmcbibbppmdbnefnhofogkhleekemgi
Oficiální URL https://chromewebstore.google.com/detail/fontfinder-wordcounter/pmmcbibbppmdbnefnhofogkhleekemgi
Popis This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.
Velikost souboru 81.7 KB
Počet instalací 173
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-07-11
Datum Vydání 2023-07-09
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář minhdung25
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}