Phytonic

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

Apa itu Phytonic?

Phytonic adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A funny Chrome extension to correct typos with the Phyton programming language name".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Phytonic

Unduh file ekstensi Phytonic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
URL Resmi https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Deskripsi A funny Chrome extension to correct typos with the Phyton programming language name
Ukuran File 34.57 KB
Jumlah Instalasi 858
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-02-02
Tanggal Publikasi 2020-02-02
Penilaian 4.50/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}