Phytonic

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

Was ist Phytonic?

Phytonic ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A funny Chrome extension to correct typos with the Phyton programming language name".

Erweiterungsscreenshots

screenshot

Phytonic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Phytonic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
Offizielle URL https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Beschreibung A funny Chrome extension to correct typos with the Phyton programming language name
Dateigröße 34.57 KB
Installationsanzahl 858
Aktuelle Version 0.1
Letztes Update 2020-02-02
Veröffentlichungsdatum 2020-02-02
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}