Synonym Finder

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

Synonym Finder क्या है?

Synonym Finder arvin361 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search a word for its synonyms as well as its definitions for each of its parts of speech!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Synonym Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✔️ 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'"
}