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