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文件

下載PIE (English Learner's Edition)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}