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 |
官方網址 | 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" ] } ] } |