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.

Vad är FontFinder & WordCounter?

FontFinder & WordCounter är en Chrome-tillägg utvecklad av minhdung25, och dess huvudfunktion är "This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FontFinder & WordCounter-förlängningens CRX-fil

Ladda ner FontFinder & WordCounter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FontFinder & WordCounter FontFinder & WordCounter
ID pmmcbibbppmdbnefnhofogkhleekemgi
Officiell webbadress https://chromewebstore.google.com/detail/fontfinder-wordcounter/pmmcbibbppmdbnefnhofogkhleekemgi
Beskrivning This extension can help you find the font of a text, identify colors, and count the number of words and characters in that text.
Filstorlek 81.7 KB
Antal Installationer 173
Aktuell Version 1.1.1
Senast Uppdaterad 2023-07-11
Publiceringsdatum 2023-07-09
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare minhdung25
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}