SJW to Skeleton

Replaces the text 'SJW' with 'skeleton'.

What is SJW to Skeleton?

SJW to Skeleton is a Chrome extension developed by Alex Hong, and its main feature is "Replaces the text 'SJW' with 'skeleton'.".

Extension Screenshots

screenshot

Download SJW to Skeleton Extension CRX File

Download SJW to Skeleton extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name SJW to Skeleton SJW to Skeleton
ID kckodmjikeoncekpplppkkcjolofmacc
Official URL https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc
Description Replaces the text 'SJW' with 'skeleton'.
File Size 15.95 KB
Installation Count 1,813
Current Version 1.6
Last Updated 2014-11-16
Publish Date 2014-11-16
Rating 4.89/5 Total 170 Ratings
Developer Alex Hong
Payment Type free
Extension Website https://github.com/alexhong/sjw-to-skeleton
Supported Languages 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"
        }
    ]
}