EasyWeb

This tool helps you easily translate,find definitions,urban meanings or synonyms of a word.

EasyWeb란 무엇입니까?

EasyWeb은(는) mrValentin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool helps you easily translate,find definitions,urban meanings or synonyms of a word."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

EasyWeb 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool helps you easily translate,find definitions,urban meanings or synonyms of a word. You don't need to leave the page, just highlight the word and press the hotkey or right click and choose desired option. Using synonyms function in writable area will allow you to replace the old word with the chosen option.
The hotkeys:
"d"-definitions
"a"-abbreviations
"t"-translate
"u"-slang words






************************************************************************
UPDATES IN V1.1

NEW SETTINGS available from action bar(icon on top right corner):
-turn on and off any service
-set the duration of results view

Additionally:
-word can be replaced by synonym in any web site
-no highlight needed to find synonym for word,just right click and choose option 'synonyms'
-definitions and synonyms services has been backed up by Pearson and STANDS4 API
-persistent design of results view in any web site
-results view is not moving with the browser, when scrolled
****************                    

확장 프로그램 기본 정보

이름 EasyWeb EasyWeb
ID ffhlfkpcmaijienpiainipmjhcpifnhb
공식 URL https://chrome.google.com/webstore/detail/easyweb/ffhlfkpcmaijienpiainipmjhcpifnhb
설명 This tool helps you easily translate,find definitions,urban meanings or synonyms of a word.
파일 크기 94.31 KB
설치 횟수 15
현재 버전 1.1
최근 업데이트 2017-04-22
출시 날짜 2017-04-22
평점 4.00/5 총 8 개의 평점
개발자 mrValentin
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyWeb",
    "description": "This tool helps you easily translate,find definitions,urban meanings or synonyms of a word. ",
    "version": "1.1",
    "background": {
        "scripts": [
            "jquery-3.1.1.slim.min.js",
            "js\/highlightReceiver.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-3.1.1.slim.min.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/easyWebStyle.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "EasyWeb",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "",
        "activeTab",
        "contextMenus"
    ]
}