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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}