It's themes!

Change the look of It's Learning!

It's themes! क्या है?

It's themes! Malcolm Nihlén-Green द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the look of It's Learning!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में It's themes! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}