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