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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย minhdung25 และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FontFinder & WordCounter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}