SJW to Skeleton

Replaces the text 'SJW' with 'skeleton'.

Apa itu SJW to Skeleton?

SJW to Skeleton adalah ekstensi Chrome yang dikembangkan oleh Alex Hong, dan fitur utamanya adalah "Replaces the text 'SJW' with 'skeleton'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SJW to Skeleton

Unduh file ekstensi SJW to Skeleton dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama SJW to Skeleton SJW to Skeleton
ID kckodmjikeoncekpplppkkcjolofmacc
URL Resmi https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc
Deskripsi Replaces the text 'SJW' with 'skeleton'.
Ukuran File 15.95 KB
Jumlah Instalasi 1,813
Versi Saat Ini 1.6
Terakhir Diperbarui 2014-11-16
Tanggal Publikasi 2014-11-16
Penilaian 4.89/5 Total 170 Penilaian
Pengembang Alex Hong
Tipe Pembayaran free
Situs Ekstensi https://github.com/alexhong/sjw-to-skeleton
Bahasa yang Didukung 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"
        }
    ]
}