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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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! |
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\/*" ] } |