SJW to Skeleton

Replaces the text 'SJW' with 'skeleton'.

什麼是SJW to Skeleton?

SJW to Skeleton是由Alex Hong開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'SJW' with 'skeleton'.”。

擴展截圖

screenshot

下載SJW to Skeleton擴展crx文件

下載SJW to Skeleton擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 SJW to Skeleton SJW to Skeleton
ID kckodmjikeoncekpplppkkcjolofmacc
官方網址 https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc
簡介 Replaces the text 'SJW' with 'skeleton'.
檔案大小 15.95 KB
安裝次數 1,813
目前版本 1.6
更新時間 2014-11-16
上架時間 2014-11-16
評分 4.89/5 共 170 次評分
開發者 Alex Hong
付費類型 free
擴展官網 https://github.com/alexhong/sjw-to-skeleton
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SJW to Skeleton",
    "version": "1.6",
    "description": "Replaces the text 'SJW' with 'skeleton'.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}