Phytonic

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

Co to jest Phytonic?

Phytonic to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A funny Chrome extension to correct typos with the Phyton programming language name”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Phytonic

Pobierz pliki rozszerzeń Phytonic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
Oficjalny URL https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Opis A funny Chrome extension to correct typos with the Phyton programming language name
Rozmiar pliku 34.57 KB
Liczba instalacji 858
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-02-02
Data Publikacji 2020-02-02
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}