Compass Dark Theme
Turn your compass school portal into a simpler and sleek looking design!
什么是Compass Dark Theme?
Compass Dark Theme是由Valeriy Djulai开发的Chrome扩展程序,该扩展的主要功能是“Turn your compass school portal into a simpler and sleek looking design!”。
扩展截图
下载Compass Dark Theme扩展crx文件
下载Compass Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you tired of the classic, boring and ugly compass interface? Well here's a nice extension to spice things up. Introducing dark theme for compass, a visual overhaul for the educational website Compass. Expect more themes in the near future.
扩展基本信息
名称 | |
ID | djgcpgfednpfkdhoodgiokdelmefkine |
官方URL | https://chromewebstore.google.com/detail/compass-dark-theme/djgcpgfednpfkdhoodgiokdelmefkine |
简介 | Turn your compass school portal into a simpler and sleek looking design! |
文件大小 | 303 KB |
安装次数 | 206 |
当前版本 | 1.2 |
更新时间 | 2019-05-13 |
上架时间 | 2019-05-13 |
评分 | 4.38/5 共13次评分 |
开发者 | Valeriy Djulai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://mortalis.me |
帮助页面URL | http://mortalis.me |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compass Dark Theme", "version": "1.2", "description": "Turn your compass school portal into a simpler and sleek looking design!", "manifest_version": 2, "browser_action": { "default_popup": "options.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.compass.education\/*" ], "run_at": "document_start", "js": [ "inject.js" ] }, { "matches": [ "https:\/\/*.compass.education\/*" ], "js": [ "site.js" ] } ], "icons": { "128": "logo.png" }, "web_accessible_resources": [ "images\/*.png", "styles\/*.css", "options.js" ] } |