Green Sliders

Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.

Green Slidersคืออะไร?

Green Sliders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Cerruti และคุณลักษณะหลักของมันคือ "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Green Sliders

ดาวน์โหลดไฟล์ส่วนขยาย Green Sliders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.                    

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

ชื่อ Green Sliders Green Sliders
ID ekclgcnohbbnobgdoolbikeigdjnhdnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp
คำอธิบาย Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
ขนาดไฟล์ 34.33 KB
จำนวนการติดตั้ง 463
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-04-16
วันที่เผยแพร่ 2016-04-15
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Stephen Cerruti
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Green Sliders",
    "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.scoutbook.com\/*"
            ],
            "css": [
                "greenSliders.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "72": "icon72.png",
        "128": "icon128.png"
    }
}