Synonyms

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

什么是Synonyms?

Synonyms是由sandeepkkothari开发的Chrome扩展程序,该扩展的主要功能是“This extension searches dictionary.com to get the meaning of the selected word.”。

下载Synonyms扩展crx文件

下载Synonyms扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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...                    

扩展基本信息

名称 Synonyms Synonyms
ID mhkkedebchmmoppeaphchfnddbjoddif
官方URL https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif
简介 This extension searches dictionary.com to get the meaning of the selected word.
文件大小 157 KB
安装次数 360
当前版本 1.0
更新时间 2015-11-03
上架时间 2015-11-03
评分 5.00/5 共2次评分
开发者 sandeepkkothari
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}