Synonyms

This extension searches dictionary.com to get the meaning of the selected word.

What is Synonyms?

Synonyms is a Chrome extension developed by sandeepkkothari, and its main feature is "This extension searches dictionary.com to get the meaning of the selected word.".

Download Synonyms Extension CRX File

Download Synonyms 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

                        This extension searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab.
Please provide review if you like it...                    

Extension Basic Information

Name Synonyms Synonyms
ID mhkkedebchmmoppeaphchfnddbjoddif
Official URL https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif
Description This extension searches dictionary.com to get the meaning of the selected word.
File Size 157 KB
Installation Count 360
Current Version 1.0
Last Updated 2015-11-03
Publish Date 2015-11-03
Rating 5.00/5 Total 2 Ratings
Developer sandeepkkothari
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synonyms",
    "description": "This extension searches dictionary.com to get the meaning of the selected word.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "dic.png",
        "default_popup": "syn.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}