SLTrib+

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

SLTrib+คืออะไร?

SLTrib+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chriskirkham.com และคุณลักษณะหลักของมันคือ "Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLTrib+

ดาวน์โหลดไฟล์ส่วนขยาย SLTrib+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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