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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
        }
    ]
}