PIE (Literacy Edition)

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

What is PIE (Literacy Edition)?

PIE (Literacy Edition) is a Chrome extension developed by The PIE Project, and its main feature is "Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PIE (Literacy Edition) Extension CRX File

Download PIE (Literacy Edition) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PIE (Literacy Edition) PIE (Literacy Edition)
ID hlpncajbcabflblkdajhpogljllncdna
Official URL https://chromewebstore.google.com/detail/pie-literacy-edition/hlpncajbcabflblkdajhpogljllncdna
Description Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.
File Size 4.38 MB
Installation Count 150
Current Version 8.3.79
Last Updated 2019-03-05
Publish Date 2019-03-05
Rating 5.00/5 Total 5 Ratings
Developer The PIE Project
Payment Type free
Extension Website https://sites.google.com/site/phoneticallyintuitiveenglish/
Help Page URL https://sites.google.com/site/phoneticallyintuitiveenglish/
Supported Languages 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
}