SJW to Skeleton
Replaces the text 'SJW' with 'skeleton'.
Wat is SJW to Skeleton?
SJW to Skeleton is een Chrome-extensie ontwikkeld door Alex Hong, en de belangrijkste functie is "Replaces the text 'SJW' with 'skeleton'.".
Extensie Screenshots
Download het CRX-bestand van de extensie SJW to Skeleton
Download SJW to Skeleton-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | kckodmjikeoncekpplppkkcjolofmacc |
| Officiële URL | https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc |
| Beschrijving | Replaces the text 'SJW' with 'skeleton'. |
| Bestandsgrootte | 15.95 KB |
| Aantal Installaties | 1,813 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2014-11-16 |
| Publicatiedatum | 2014-11-16 |
| Beoordeling | 4.89/5 Totaal 170 Beoordelingen |
| Ontwikkelaar | Alex Hong |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/alexhong/sjw-to-skeleton |
| Ondersteunde Talen | 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"
}
]
} | |