DI.se slim

Removes header and other fuzzy things on di.se.

Wat is DI.se slim ?

DI.se slim is een Chrome-extensie ontwikkeld door http://johanekhager.com, en de belangrijkste functie is "Removes header and other fuzzy things on di.se.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DI.se slim

Download DI.se slim -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

                        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                    

Basisinformatie over de Extensie

Naam DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
Officiële URL https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Beschrijving Removes header and other fuzzy things on di.se.
Bestandsgrootte 44.25 KB
Aantal Installaties 36
Huidige Versie 0.4
Laatst Bijgewerkt 2014-05-04
Publicatiedatum 2014-05-04
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://johanekhager.com
Betalingswijze free
Extensiewebsite http://johanekhager.com
Help Pagina-URL http://twitter.com/johanekhager
Ondersteunde Talen 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
        }
    ]
}