DI.se slim

Removes header and other fuzzy things on di.se.

Vad är DI.se slim ?

DI.se slim är en Chrome-tillägg utvecklad av http://johanekhager.com, och dess huvudfunktion är "Removes header and other fuzzy things on di.se.".

Tilläggsskärmbilder

screenshot

Ladda ner DI.se slim -förlängningens CRX-fil

Ladda ner DI.se slim -filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
Officiell webbadress https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Beskrivning Removes header and other fuzzy things on di.se.
Filstorlek 44.25 KB
Antal Installationer 36
Aktuell Version 0.4
Senast Uppdaterad 2014-05-04
Publiceringsdatum 2014-05-04
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare http://johanekhager.com
Betalningssätt free
Tilläggswebbplats http://johanekhager.com
Hjälpsida URL http://twitter.com/johanekhager
Stödda Språk 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
        }
    ]
}