It's themes!

Change the look of It's Learning!

It's themes! là gì?

It's themes! là một tiện ích mở rộng Chrome được phát triển bởi Malcolm Nihlén-Green, và tính năng chính của nó là "Change the look of It's Learning!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng It's themes!

Tải xuống các tệp mở rộng It's themes! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên It's themes! It's themes!
ID flajolgbicdfohoaonjajdecdnjblode
URL Chính Thức https://chromewebstore.google.com/detail/its-themes/flajolgbicdfohoaonjajdecdnjblode
Mô tả Change the look of It's Learning!
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2016-03-19
Ngày Phát Hành 2016-03-19
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Malcolm Nihlén-Green
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}