DI.se slim

Removes header and other fuzzy things on di.se.

Cos'è DI.se slim ?

DI.se slim è un'estensione di Chrome sviluppata da http://johanekhager.com, e la sua funzione principale è "Removes header and other fuzzy things on di.se.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DI.se slim

Scarica i file di estensione DI.se slim in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
URL Ufficiale https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Descrizione Removes header and other fuzzy things on di.se.
Dimensione del File 44.25 KB
Conteggio Installazioni 36
Versione Corrente 0.4
Ultimo Aggiornamento 2014-05-04
Data di Pubblicazione 2014-05-04
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore http://johanekhager.com
Tipo di Pagamento free
Sito Web dell'Estensione http://johanekhager.com
URL della Pagina di Aiuto http://twitter.com/johanekhager
Lingue Supportate 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
        }
    ]
}