DI.se slim

Removes header and other fuzzy things on di.se.

Apa itu DI.se slim ?

DI.se slim adalah ekstensi Chrome yang dikembangkan oleh http://johanekhager.com, dan fitur utamanya adalah "Removes header and other fuzzy things on di.se.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DI.se slim

Unduh file ekstensi DI.se slim dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
URL Resmi https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Deskripsi Removes header and other fuzzy things on di.se.
Ukuran File 44.25 KB
Jumlah Instalasi 36
Versi Saat Ini 0.4
Terakhir Diperbarui 2014-05-04
Tanggal Publikasi 2014-05-04
Penilaian 3.67/5 Total 3 Penilaian
Pengembang http://johanekhager.com
Tipe Pembayaran free
Situs Ekstensi http://johanekhager.com
URL Halaman Bantuan http://twitter.com/johanekhager
Bahasa yang Didukung 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
        }
    ]
}