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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}