DI.se slim

Removes header and other fuzzy things on di.se.

DI.se slim là gì?

DI.se slim là một tiện ích mở rộng Chrome được phát triển bởi http://johanekhager.com, và tính năng chính của nó là "Removes header and other fuzzy things on di.se.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DI.se slim

Tải xuống các tệp mở rộng DI.se slim dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
URL Chính Thức https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Mô tả Removes header and other fuzzy things on di.se.
Kích Thước Tệp 44.25 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2014-05-04
Ngày Phát Hành 2014-05-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://johanekhager.com
Loại Thanh Toán free
Trang Web Mở Rộng http://johanekhager.com
URL Trang Trợ Giúp http://twitter.com/johanekhager
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}