Phytonic

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

¿Qué es Phytonic?

Phytonic es una extensión de Chrome desarrollada por Unknown, y su función principal es "A funny Chrome extension to correct typos with the Phyton programming language name".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Phytonic

Descarga archivos de extensión Phytonic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
URL Oficial https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Descripción A funny Chrome extension to correct typos with the Phyton programming language name
Tamaño del Archivo 34.57 KB
Cantidad de Instalaciones 858
Versión Actual 0.1
Última Actualización 2020-02-02
Fecha de Publicación 2020-02-02
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}