SJW to Skeleton
Replaces the text 'SJW' with 'skeleton'.
Was ist SJW to Skeleton?
SJW to Skeleton ist eine Chrome-Erweiterung, die von Alex Hong entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'SJW' with 'skeleton'.".
Erweiterungsscreenshots
SJW to Skeleton-Erweiterungs-CRX-Datei herunterladen
Laden Sie SJW to Skeleton-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | SJW to Skeleton |
ID | kckodmjikeoncekpplppkkcjolofmacc |
Offizielle URL | https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc |
Beschreibung | Replaces the text 'SJW' with 'skeleton'. |
Dateigröße | 15.95 KB |
Installationsanzahl | 1,813 |
Aktuelle Version | 1.6 |
Letztes Update | 2014-11-16 |
Veröffentlichungsdatum | 2014-11-16 |
Bewertung | 4.89/5 Insgesamt 170 Bewertungen |
Entwickler | Alex Hong |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/alexhong/sjw-to-skeleton |
Unterstützte Sprachen | 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" } ] } |