Synonym For Me

Get synoyms for your essay!!

Synonym For Meとは何ですか?

Synonym For Meはlevstambによって開発されたChromeの拡張機能で、その主な機能は「Get synoyms for your essay!!」です。

拡張機能のスクリーンショット

screenshot

Synonym For Me拡張機能のCRXファイルをダウンロード

Synonym For Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use this extension by selecting the word you want to find a synonym for on Google Docs. Click on the extension, press "click for synonym" and find your synonym.                    

拡張機能の基本情報

名前 Synonym For Me Synonym For Me
ID kngpjogdplnidnkamdebdanchmoieane
公式URL https://chrome.google.com/webstore/detail/synonym-for-me/kngpjogdplnidnkamdebdanchmoieane
説明 Get synoyms for your essay!!
ファイルサイズ 40.02 KB
インストール数 291
現在のバージョン 2.0
最終更新日 2018-01-08
公開日 2018-01-08
評価 5.00/5 合計 1 レビュー
開発者 levstamb
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.PNG"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.PNG",
        "default_popup": "front.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "googleDocsUtil.js",
                "addList.js"
            ]
        }
    ]
}