SLTrib+

Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements.

SLTrib+란 무엇입니까?

SLTrib+은(는) https://chriskirkham.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements."입니다.

확장 프로그램 스크린샷

screenshot

SLTrib+ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Salt Lake Tribune is one of the better news organizations in the United States. They serve as the sole check and balance for the state of Utah, a state that can at times be either theocracy or oligarchy. The Trib is a great paper, they employ great journalists, but I find their website to be hard to read. This extension cleans up the look and feel of the site in a small way, as well as adds some functionality to enhance reading such as opening articles in full-page view by default. 

This is still in development, so if you have any suggestions for improvement, please feel free to contact me. This project is also open-source, and available on GitHub.

***
Version 0.6: Updates
* Removed connatix and other video content from displaying in the center of articles
* Disabled the full-page pop-up ad when you alnd on the home page.                    

확장 프로그램 기본 정보

이름 SLTrib+ SLTrib+
ID ibchmfenahaakkpllcdafhmmbhlklmph
공식 URL https://chromewebstore.google.com/detail/sltrib+/ibchmfenahaakkpllcdafhmmbhlklmph
설명 Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements.
파일 크기 16.93 KB
설치 횟수 47
현재 버전 0.6
최근 업데이트 2017-07-28
출시 날짜 2017-07-28
개발자 https://chriskirkham.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SLTrib+",
    "description": "Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements.",
    "version": "0.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.sltrib.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.sltrib.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "css": [
                "hider.css"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": "128.png"
    }
}