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