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
Eメール [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"
    ]
}