SLTrib+
Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements.
¿Qué es SLTrib+?
SLTrib+ es una extensión de Chrome desarrollada por https://chriskirkham.com, y su función principal es "Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SLTrib+
Descarga archivos de extensión SLTrib+ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | SLTrib+ |
ID | ibchmfenahaakkpllcdafhmmbhlklmph |
URL Oficial | https://chromewebstore.google.com/detail/sltrib+/ibchmfenahaakkpllcdafhmmbhlklmph |
Descripción | Modifies the look and feel of the Salt Lake Tribune, as well as providing some much needed performance enhancements. |
Tamaño del Archivo | 16.93 KB |
Cantidad de Instalaciones | 47 |
Versión Actual | 0.6 |
Última Actualización | 2017-07-28 |
Fecha de Publicación | 2017-07-28 |
Desarrollador | https://chriskirkham.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |