DI.se slim

Removes header and other fuzzy things on di.se.

Co to jest DI.se slim ?

DI.se slim to rozszerzenie Chrome opracowane przez http://johanekhager.com, a jego główną funkcją jest „Removes header and other fuzzy things on di.se.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DI.se slim

Pobierz pliki rozszerzeń DI.se slim w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
Oficjalny URL https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Opis Removes header and other fuzzy things on di.se.
Rozmiar pliku 44.25 KB
Liczba instalacji 36
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2014-05-04
Data Publikacji 2014-05-04
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper http://johanekhager.com
Typ Płatności free
Strona Rozszerzenia http://johanekhager.com
Adres URL Strony Pomocy http://twitter.com/johanekhager
Obsługiwane Języki 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
        }
    ]
}