SJW to Skeleton

Replaces the text 'SJW' with 'skeleton'.

Cos'è SJW to Skeleton?

SJW to Skeleton è un'estensione di Chrome sviluppata da Alex Hong, e la sua funzione principale è "Replaces the text 'SJW' with 'skeleton'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SJW to Skeleton

Scarica i file di estensione SJW to Skeleton in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome SJW to Skeleton SJW to Skeleton
ID kckodmjikeoncekpplppkkcjolofmacc
URL Ufficiale https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc
Descrizione Replaces the text 'SJW' with 'skeleton'.
Dimensione del File 15.95 KB
Conteggio Installazioni 1,813
Versione Corrente 1.6
Ultimo Aggiornamento 2014-11-16
Data di Pubblicazione 2014-11-16
Valutazione 4.89/5 Totale 170 Valutazioni
Sviluppatore Alex Hong
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alexhong/sjw-to-skeleton
Lingue Supportate 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"
        }
    ]
}