Synonym Finder

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

What is Synonym Finder?

Synonym Finder is a Chrome extension developed by arvin361, and its main feature is "Search a word for its synonyms as well as its definitions for each of its parts of speech!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Synonym Finder Extension CRX File

Download Synonym Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✔️ 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!                    

Extension Basic Information

Name Synonym Finder Synonym Finder
ID illimocegjikcgmopnajholfanllebic
Official URL https://chromewebstore.google.com/detail/synonym-finder/illimocegjikcgmopnajholfanllebic
Description Search a word for its synonyms as well as its definitions for each of its parts of speech!
File Size 263 KB
Installation Count 616
Current Version 1.0.1
Last Updated 2021-12-17
Publish Date 2021-12-07
Rating 5.00/5 Total 11 Ratings
Developer arvin361
Email [email protected]
Payment Type free
Supported Languages 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'"
}