Phytonic

A funny Chrome extension to correct typos with the Phyton programming language name

O que é Phytonic?

Phytonic é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A funny Chrome extension to correct typos with the Phyton programming language name".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Phytonic

Baixe arquivos de extensão Phytonic 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

                        A fun Chrome extension to correct typos with the name of the Python programming language. Many times, in job offers and other articles, we find 'Python', the name of the programming language, with a typography mistake, this extension just aims to homogenize it on all pages, always offering the funniest version: Phyton.                    

Informações Básicas da Extensão

Nome Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
URL Oficial https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Descrição A funny Chrome extension to correct typos with the Phyton programming language name
Tamanho do Arquivo 34.57 KB
Contagem de Instalações 858
Versão Atual 0.1
Última Atualização 2020-02-02
Data de Publicação 2020-02-02
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Phytonic",
    "version": "0.1",
    "author": "David Barrag\u00e1n Merino (@bameda)",
    "description": "A funny Chrome extension to correct typos with the Phyton programming language name",
    "homepage_url": "https:\/\/github.com\/bameda\/chrome-ext-phytonic",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/findAndReplaceDOMText.js",
                "content.js"
            ]
        }
    ]
}