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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SLTrib+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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+ |
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" } } |