SJW to Skeleton

Replaces the text 'SJW' with 'skeleton'.

Qu'est-ce que SJW to Skeleton ?

SJW to Skeleton est une extension Chrome développée par Alex Hong, et sa fonction principale est "Replaces the text 'SJW' with 'skeleton'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SJW to Skeleton

Téléchargez les fichiers d'extension SJW to Skeleton au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom SJW to Skeleton SJW to Skeleton
ID kckodmjikeoncekpplppkkcjolofmacc
URL Officiel https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc
Description Replaces the text 'SJW' with 'skeleton'.
Taille du Fichier 15.95 KB
Nombre d'Installations 1,813
Version Actuelle 1.6
Dernière Mise à Jour 2014-11-16
Date de Publication 2014-11-16
Évaluation 4.89/5 Total 170 Évaluations
Développeur Alex Hong
Type de Paiement free
Site Web de l'Extension https://github.com/alexhong/sjw-to-skeleton
Langues Prises en Charge 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"
        }
    ]
}