DI.se slim

Removes header and other fuzzy things on di.se.

Hvad er DI.se slim ?

DI.se slim er en Chrome-udvidelse udviklet af http://johanekhager.com, og dens hovedfunktion er "Removes header and other fuzzy things on di.se.".

Udvidelsesskærmbilleder

screenshot

Download DI.se slim -udvidelses-CRX-fil

Download DI.se slim -udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A chrome extension to let users experience di.se without all the fuzz. It's a homepage about financial news, so why not concentrate on just that.

- Removes sticky advertising on header
- Simplifies menu
- Removes sticky iframe on bottom of the browser                    

Grundlæggende oplysninger om udvidelsen

Navn DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
Officiel URL https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Beskrivelse Removes header and other fuzzy things on di.se.
Filstørrelse 44.25 KB
Antal Installationer 36
Nuværende Version 0.4
Senest Opdateret 2014-05-04
Udgivelsesdato 2014-05-04
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler http://johanekhager.com
Betalingsmetode free
Udvidelseswebsted http://johanekhager.com
Hjælpeside-URL http://twitter.com/johanekhager
Understøttede Sprog sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DI.se slim ",
    "version": "0.4",
    "description": "Removes header and other fuzzy things on di.se.",
    "manifest_version": 2,
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.di.se\/*",
                "http:\/\/*.di.se\/*",
                "https:\/\/*.di.se\/*"
            ],
            "exclude_matches": [
                "https:\/\/trader.di.se\/*",
                "http:\/\/trader.di.se\/*"
            ],
            "css": [
                "di.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/di.js"
            ],
            "all_frames": true
        }
    ]
}