It's themes!

Change the look of It's Learning!

It's themes!คืออะไร?

It's themes! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Malcolm Nihlén-Green และคุณลักษณะหลักของมันคือ "Change the look of It's Learning!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย It's themes!

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

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

                        Change the look of It's Learning!

Are you using It's Learning for your school? Isn't it looking really boring? It's themes! will allow you to change the look of It's Learning to your own preference.

It's Themes! grants you a pleasing user interface for changing how It's Learning is displayed. You can change both images and color, and if you can't come up with anything there are premade templates that you can use with a simple click of a button!

It's themes! automatically syncs your settings across your computers granting you the same experience wherever you are. Just restart chrome and you're good to go!                    

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

ชื่อ It's themes! It's themes!
ID flajolgbicdfohoaonjajdecdnjblode
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/its-themes/flajolgbicdfohoaonjajdecdnjblode
คำอธิบาย Change the look of It's Learning!
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2016-03-19
วันที่เผยแพร่ 2016-03-19
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Malcolm Nihlén-Green
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "It's themes!",
    "description": "Change the look of It's Learning!",
    "version": "1.3.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.itslearning.com\/*",
                "https:\/\/*.itslearning.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "onload.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*.itslearning.com\/*",
        "https:\/\/*.itslearning.com\/*"
    ]
}