PIE (English Learner's Edition)

Show English word pronunciation by diacritics, and show word meaning in a box.

PIE (English Learner's Edition)란 무엇입니까?

PIE (English Learner's Edition)은(는) The PIE Project에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show English word pronunciation by diacritics, and show word meaning in a box."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PIE (English Learner's Edition) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We provide two Chrome extensions for English learners. The first one (the one you're looking at) shows word pronunciation by diacritics; the second one (see below) shows word meaning in a box.

1. PIE (English Learner's Edition)

Phonetically Intuitive English (English Learner's Edition) is a Chrome extension that can automatically add diacritics to English words to make their pronunciation crystal clear, based on a one-page, easy-to-learn scheme (included in this extension).

This "English Learner's Edition" is intended for people who learn English as a second language (ESL) to learn correct pronunciation (and pronunciation is also key to spelling); therefore the scheme mimics the International Phonetic Alphabet (IPA) which is familiar to most ESL learners around the world. We also provide a "Literacy Edition" on our website for American children learning to read, which uses a slightly different scheme.

Five modes (Full, Less Full, Medium, Lite and Extra Lite) are provided for users of different English levels. Modes for advanced learners (Less Full, Medium, Lite and Extra Lite) will show fewer diacritics.

2. Word Translator

People who learn English as a second language may want to know a word's meaning in addition to its pronunciation. To address this need, we also provide a free Chrome extension called Word Translator that can translate the English word under the user's mouse to his native language.

Get Word Translator at https://chrome.google.com/webstore/detail/word-translator/mdgdbmohcdjfbglkepkiaabaieenhhhc                    

확장 프로그램 기본 정보

이름 PIE (English Learner's Edition) PIE (English Learner's Edition)
ID jafbohhbdpejlcfpkbbpkegglokegjid
공식 URL https://chromewebstore.google.com/detail/pie-english-learners-edit/jafbohhbdpejlcfpkbbpkegglokegjid
설명 Show English word pronunciation by diacritics, and show word meaning in a box.
파일 크기 4.37 MB
설치 횟수 1,069
현재 버전 8.3.79
최근 업데이트 2015-07-18
출시 날짜 2015-07-18
평점 3.86/5 총 21 개의 평점
개발자 The PIE Project
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/site/phoneticallyintuitiveenglish/
도움말 페이지 URL https://sites.google.com/site/phoneticallyintuitiveenglish/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PIE (English Learner's Edition)",
    "version": "8.3.79",
    "description": "Show English word pronunciation by diacritics, and show word meaning in a box.",
    "minimum_chrome_version": "18",
    "homepage_url": "https:\/\/sites.google.com\/site\/phoneticallyintuitiveenglish\/",
    "options_page": "options.html",
    "web_accessible_resources": [
        "fonts\/CherryPIE-R.woff",
        "fonts\/CherryPIE-I.woff",
        "fonts\/CherryPIE-B.woff",
        "fonts\/CherryPIE-BI.woff",
        "scheme\/PIE_ESL_Chart.pdf"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "browser_action": {
        "name": "PIE Transformer",
        "default_icon": "pie0.png"
    },
    "icons": {
        "48": "pie_48.png",
        "128": "pie_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "startscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "mutation_summary.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}