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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}