black blackboard
Changing blackboard to be actually black
black blackboard란 무엇입니까?
black blackboard은(는) zainjaffal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changing blackboard to be actually black"입니다.
확장 프로그램 스크린샷
black blackboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dark themed blackboard for The University of Manchester. The application can toggle between dark and light mode
확장 프로그램 기본 정보
이름 | black blackboard |
ID | kgepackeiccmabppegicpjhbholploif |
공식 URL | https://chromewebstore.google.com/detail/black-blackboard/kgepackeiccmabppegicpjhbholploif |
설명 | Changing blackboard to be actually black |
파일 크기 | 870 KB |
설치 횟수 | 124 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2021-04-23 |
출시 날짜 | 2021-04-20 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | zainjaffal |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zainja/blackblackboard |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "black blackboard", "version": "0.2.1", "description": "Changing blackboard to be actually black", "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "setTheme.js" ], "run_at": "document_start", "all_frames": true, "matches": [ "https:\/\/online.manchester.ac.uk\/*" ] } ], "permissions": [ "storage", "declarativeContent", "https:\/\/online.manchester.ac.uk\/*" ], "web_accessible_resources": [ "blake.css" ] } |