Phytonic

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

Cos'è Phytonic?

Phytonic è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A funny Chrome extension to correct typos with the Phyton programming language name".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Phytonic

Scarica i file di estensione Phytonic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
URL Ufficiale https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Descrizione A funny Chrome extension to correct typos with the Phyton programming language name
Dimensione del File 34.57 KB
Conteggio Installazioni 858
Versione Corrente 0.1
Ultimo Aggiornamento 2020-02-02
Data di Pubblicazione 2020-02-02
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}