Squid to Kid

Replaces the text 'squid' with 'kid' and vise versa.

Squid to Kidとは何ですか?

Squid to Kidはkrotaによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'squid' with 'kid' and vise versa.」です。

Squid to Kid拡張機能のCRXファイルをダウンロード

Squid to Kid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Changes 'squid' to 'kid' and vise versa

Source: https://github.com/krota/squid-to-kid

Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt                    

拡張機能の基本情報

名前 Squid to Kid Squid to Kid
ID bodbinigjakmbngmdcknimhpnhnmklji
公式URL https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji
説明 Replaces the text 'squid' with 'kid' and vise versa.
ファイルサイズ 12.18 KB
インストール数 66
現在のバージョン 1.1
最終更新日 2016-02-23
公開日 2016-02-22
評価 4.75/5 合計 8 レビュー
開発者 krota
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Squid to Kid",
    "version": "1.1",
    "description": "Replaces the text 'squid' with 'kid' and vise versa.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}