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.

Cos'è FontFinder & WordCounter?

FontFinder & WordCounter è un'estensione di Chrome sviluppata da minhdung25, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FontFinder & WordCounter

Scarica i file di estensione FontFinder & WordCounter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FontFinder & WordCounter FontFinder & WordCounter
ID pmmcbibbppmdbnefnhofogkhleekemgi
URL Ufficiale https://chromewebstore.google.com/detail/fontfinder-wordcounter/pmmcbibbppmdbnefnhofogkhleekemgi
Descrizione This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.
Dimensione del File 81.7 KB
Conteggio Installazioni 173
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-07-11
Data di Pubblicazione 2023-07-09
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore minhdung25
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}