Phytonic

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

什麼是Phytonic?

Phytonic是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A funny Chrome extension to correct typos with the Phyton programming language name”。

擴展截圖

screenshot

下載Phytonic擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}