DIM CSS Overhaul
Small CSS changes to DIM
什么是DIM CSS Overhaul?
DIM CSS Overhaul是由Matt Balmer开发的Chrome扩展程序,该扩展的主要功能是“Small CSS changes to DIM”。
扩展截图
下载DIM CSS Overhaul扩展crx文件
下载DIM CSS Overhaul扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Small CSS changes to DIM, takes away borders around items, makes items bigger etc. Trying to get a more flat/modern look. More to come.
扩展基本信息
名称 | DIM CSS Overhaul |
ID | eemiicoiclnhhpkdjlaocianghieepan |
官方URL | https://chromewebstore.google.com/detail/dim-css-overhaul/eemiicoiclnhhpkdjlaocianghieepan |
简介 | Small CSS changes to DIM |
文件大小 | 5.72 KB |
安装次数 | 51 |
当前版本 | 1.0.1 |
更新时间 | 2019-09-09 |
上架时间 | 2019-09-07 |
评分 | 5.00/5 共1次评分 |
开发者 | Matt Balmer |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Small CSS changes to DIM", "icons": { "16": "dim-16.png", "48": "dim-32.png" }, "manifest_version": 2, "name": "DIM CSS Overhaul", "permissions": [ "https:\/\/app.destinyitemmanager.com\/*" ], "version": "1.0.1", "author": "Matt Balmer", "content_scripts": [ { "matches": [ "https:\/\/app.destinyitemmanager.com\/*" ], "css": [ "index.css" ] } ] } |