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" ] } ] } |