DI.se slim

Removes header and other fuzzy things on di.se.

¿Qué es DI.se slim ?

DI.se slim es una extensión de Chrome desarrollada por http://johanekhager.com, y su función principal es "Removes header and other fuzzy things on di.se.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión DI.se slim

Descarga archivos de extensión DI.se slim en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
URL Oficial https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Descripción Removes header and other fuzzy things on di.se.
Tamaño del Archivo 44.25 KB
Cantidad de Instalaciones 36
Versión Actual 0.4
Última Actualización 2014-05-04
Fecha de Publicación 2014-05-04
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador http://johanekhager.com
Tipo de Pago free
Sitio Web de la Extensión http://johanekhager.com
URL de la Página de Ayuda http://twitter.com/johanekhager
Idiomas Soportados 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
        }
    ]
}