chrome-spoopy

Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.

chrome-spoopyとは何ですか?

chrome-spoopyはTopPhysicistによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.」です。

chrome-spoopy拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.                    

拡張機能の基本情報

名前 chrome-spoopy chrome-spoopy
ID ddhilclcnpneangmopgpfcofdpdffgop
公式URL https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop
説明 Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
ファイルサイズ 3.56 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2015-10-16
公開日 2015-10-16
評価 5.00/5 合計 1 レビュー
開発者 TopPhysicist
支払い方法 free
拡張機能のウェブサイト https://github.com/mattleblanc/chrome-spoopy
ヘルプページのURL https://github.com/mattleblanc/chrome-spoopy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chrome-spoopy",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}