SJW to Skeleton

Replaces the text 'SJW' with 'skeleton'.

ما هو SJW to Skeleton؟

SJW to Skeleton هو إضافة Chrome تم تطويرها بواسطة Alex Hong، والميزة الرئيسية لها هي "Replaces the text 'SJW' with 'skeleton'.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SJW to Skeleton

قم بتنزيل ملفات الامتداد SJW to Skeleton بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم SJW to Skeleton SJW to Skeleton
ID kckodmjikeoncekpplppkkcjolofmacc
عنوان URL الرسمي https://chromewebstore.google.com/detail/sjw-to-skeleton/kckodmjikeoncekpplppkkcjolofmacc
الوصف Replaces the text 'SJW' with 'skeleton'.
حجم الملف 15.95 KB
عدد التثبيتات 1,813
النسخة الحالية 1.6
آخر تحديث 2014-11-16
تاريخ النشر 2014-11-16
تقييم 4.89/5 مجموع تقييمات 170
المطور Alex Hong
نوع الدفع free
موقع الإضافة https://github.com/alexhong/sjw-to-skeleton
اللغات المدعومة 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"
        }
    ]
}