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