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
screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 SJW to Skeleton SJW to Skeleton
ID kckodmjikeoncekpplppkkcjolofmacc
公式URL 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"
        }
    ]
}