It's themes!
Change the look of It's Learning!
什么是It's themes!?
It's themes!是由Malcolm Nihlén-Green开发的Chrome扩展程序,该扩展的主要功能是“Change the look of It's Learning!”。
扩展截图
下载It's themes!扩展crx文件
下载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! |
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\/*" ] } |