Phytonic

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

Phytonic là gì?

Phytonic là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A funny Chrome extension to correct typos with the Phyton programming language name".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Phytonic

Tải xuống các tệp mở rộng Phytonic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Phytonic Phytonic
ID nmjjeegdffiahoepnhjomedajlphigoa
URL Chính Thức https://chromewebstore.google.com/detail/phytonic/nmjjeegdffiahoepnhjomedajlphigoa
Mô tả A funny Chrome extension to correct typos with the Phyton programming language name
Kích Thước Tệp 34.57 KB
Số Lần Cài Đặt 858
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-02-02
Ngày Phát Hành 2020-02-02
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}