Better English

An extension that helps you to pick the right english phrase to use based on the search engine results.

Better English란 무엇입니까?

Better English은(는) nganhtuan63에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that helps you to pick the right english phrase to use based on the search engine results."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        An extension that helps you to pick the right english phrase to use based on the search engine results.                    

확장 프로그램 기본 정보

이름 Better English Better English
ID mdgkndmiobadgmcfmjnlibpckaldiadp
공식 URL https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp
설명 An extension that helps you to pick the right english phrase to use based on the search engine results.
파일 크기 61.67 KB
설치 횟수 12
현재 버전 1.0.0
최근 업데이트 2013-08-23
출시 날짜 2013-08-23
평점 4.50/5 총 2 개의 평점
개발자 nganhtuan63
결제 유형 free
확장 프로그램 웹 사이트 http://mr80.net/index.php/better-english
도움말 페이지 URL http://mr80.net/index.php/better-english
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better English",
    "version": "1.0.0",
    "description": "",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "gfx\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "Better English"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+1",
                "mac": "Command+1"
            }
        }
    },
    "background": {
        "page": "bg.htm"
    },
    "icons": {
        "128": "gfx\/icon128.png",
        "16": "gfx\/icon16.png",
        "32": "gfx\/icon32.png",
        "48": "gfx\/icon48.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "chrome:\/\/favicon\/",
        "unlimitedStorage",
        "idle"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}