PIE (Literacy Edition)

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

O que é PIE (Literacy Edition)?

PIE (Literacy Edition) é uma extensão do Chrome desenvolvida por The PIE Project, e sua principal característica é "Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PIE (Literacy Edition)

Baixe arquivos de extensão PIE (Literacy Edition) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PIE (Literacy Edition) PIE (Literacy Edition)
ID hlpncajbcabflblkdajhpogljllncdna
URL Oficial https://chromewebstore.google.com/detail/pie-literacy-edition/hlpncajbcabflblkdajhpogljllncdna
Descrição Show English word pronunciation by diacritics to American children learning to read. Only a one-page scheme to learn.
Tamanho do Arquivo 4.38 MB
Contagem de Instalações 150
Versão Atual 8.3.79
Última Atualização 2019-03-05
Data de Publicação 2019-03-05
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor The PIE Project
Tipo de Pagamento free
Site da Extensão https://sites.google.com/site/phoneticallyintuitiveenglish/
URL da Página de Ajuda https://sites.google.com/site/phoneticallyintuitiveenglish/
Idiomas Suportados 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
}