DIM CSS Overhaul

Small CSS changes to DIM

Wat is DIM CSS Overhaul?

DIM CSS Overhaul is een Chrome-extensie ontwikkeld door Matt Balmer, en de belangrijkste functie is "Small CSS changes to DIM".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DIM CSS Overhaul

Download DIM CSS Overhaul-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DIM CSS Overhaul DIM CSS Overhaul
ID eemiicoiclnhhpkdjlaocianghieepan
Officiële URL https://chromewebstore.google.com/detail/dim-css-overhaul/eemiicoiclnhhpkdjlaocianghieepan
Beschrijving Small CSS changes to DIM
Bestandsgrootte 5.72 KB
Aantal Installaties 51
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-09-09
Publicatiedatum 2019-09-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Matt Balmer
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}