Synonym Finder

Search a word for its synonyms as well as its definitions for each of its parts of speech!

Synonym Finderคืออะไร?

Synonym Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arvin361 และคุณลักษณะหลักของมันคือ "Search a word for its synonyms as well as its definitions for each of its parts of speech!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Synonym Finder

ดาวน์โหลดไฟล์ส่วนขยาย Synonym Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ✔️ A convenient extension that allows you to search for a word and displays its synonyms as well as its definitions for each of its parts of speech!

 🦾 Searches word dynamically in "real time" upon each key stroke!

 🙅‍♂️ Shows examples of suggested words if a searched word does not exist!

 🥳 Happy searching!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Synonym Finder Synonym Finder
ID illimocegjikcgmopnajholfanllebic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/synonym-finder/illimocegjikcgmopnajholfanllebic
คำอธิบาย Search a word for its synonyms as well as its definitions for each of its parts of speech!
ขนาดไฟล์ 263 KB
จำนวนการติดตั้ง 616
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-12-17
วันที่เผยแพร่ 2021-12-07
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา arvin361
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synonym Finder",
    "author": "Arvin Ezzati",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Search a word for its synonyms as well as its definitions for each of its parts of speech!",
    "icons": {
        "128": "\/s512.png",
        "48": "\/s128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Find Synonym"
    },
    "content_security_policy": "script-src 'self' 'sha256-P7MGkvmyCDp8hM1RW164OZt9cdAundJAj4qL9biq46g='; object-src 'self'"
}