Phytonic

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

Τι είναι το Phytonic;

Το Phytonic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "A funny Chrome extension to correct typos with the Phyton programming language name".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Phytonic

Λήψη αρχείων επέκτασης Phytonic σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
Επίσημο URL https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Περιγραφή A funny Chrome extension to correct typos with the Phyton programming language name
Μέγεθος Αρχείου 34.57 KB
Αριθμός Εγκαταστάσεων 858
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2020-02-02
Ημερομηνία Δημοσίευσης 2020-02-02
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}