DI.se slim

Removes header and other fuzzy things on di.se.

DI.se slim とは何ですか?

DI.se slim はhttp://johanekhager.comによって開発されたChromeの拡張機能で、その主な機能は「Removes header and other fuzzy things on di.se.」です。

拡張機能のスクリーンショット

screenshot

DI.se slim 拡張機能のCRXファイルをダウンロード

DI.se slim 拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
公式URL https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
説明 Removes header and other fuzzy things on di.se.
ファイルサイズ 44.25 KB
インストール数 36
現在のバージョン 0.4
最終更新日 2014-05-04
公開日 2014-05-04
評価 3.67/5 合計 3 レビュー
開発者 http://johanekhager.com
支払い方法 free
拡張機能のウェブサイト http://johanekhager.com
ヘルプページのURL http://twitter.com/johanekhager
対応言語 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
        }
    ]
}