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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PIE (Literacy Edition) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}