PIE (Literacy Edition)

Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.

PIE (Literacy Edition)とは何ですか?

PIE (Literacy Edition)はThe PIE Projectによって開発されたChromeの拡張機能で、その主な機能は「Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

PIE (Literacy Edition)拡張機能のCRXファイルをダウンロード

PIE (Literacy Edition)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Phonetically Intuitive English (Literacy 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 "Literacy Edition" is intended for American children learning to read. We also provide an "English Learner's Edition" on our website for people who learn English as a second language to learn correct pronunciation, which uses a slightly different scheme that mimics the International Phonetic Alphabet (IPA).

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

拡張機能の基本情報

名前 PIE (Literacy Edition) PIE (Literacy Edition)
ID hlpncajbcabflblkdajhpogljllncdna
公式URL https://chromewebstore.google.com/detail/pie-literacy-edition/hlpncajbcabflblkdajhpogljllncdna
説明 Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.
ファイルサイズ 4.38 MB
インストール数 150
現在のバージョン 8.3.79
最終更新日 2019-03-05
公開日 2019-03-05
評価 5.00/5 合計 5 レビュー
開発者 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 (Literacy Edition)",
    "version": "8.3.79",
    "description": "Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.",
    "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_Literacy_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
}