Phytonic

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

Qu'est-ce que Phytonic ?

Phytonic est une extension Chrome développée par Unknown, et sa fonction principale est "A funny Chrome extension to correct typos with the Phyton programming language name".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Phytonic

Téléchargez les fichiers d'extension Phytonic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
URL Officiel https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Description A funny Chrome extension to correct typos with the Phyton programming language name
Taille du Fichier 34.57 KB
Nombre d'Installations 858
Version Actuelle 0.1
Dernière Mise à Jour 2020-02-02
Date de Publication 2020-02-02
Évaluation 4.50/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}