Lexington Herald Leader

Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.

¿Qué es Lexington Herald Leader?

Lexington Herald Leader es una extensión de Chrome desarrollada por McClatchy, y su función principal es "Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lexington Herald Leader

Descarga archivos de extensión Lexington Herald Leader 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

                        Make Lexington Herald-Leader your homepage and get immediate access to local journalism whenever you start your browser or open a new tab. Get the latest news, weather, sports and videos. Every day, we go deep to deliver news and information most vital to our community.

This extension automatically sets kentucky.com as your homepage and will add a quick access icon to your toolbar.                    

Información Básica de la Extensión

Nombre Lexington Herald Leader Lexington Herald Leader
ID pggfjefllkfanbfpdagpeglnpbaljlmm
URL Oficial https://chromewebstore.google.com/detail/lexington-herald-leader/pggfjefllkfanbfpdagpeglnpbaljlmm
Descripción Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.
Tamaño del Archivo 13.82 KB
Cantidad de Instalaciones 90
Versión Actual 0.0.1
Última Actualización 2021-05-27
Fecha de Publicación 2021-05-26
Desarrollador McClatchy
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.kentucky.com/
URL de la Página de Política de Privacidad https://www.mcclatchydc.com/customer-service/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lexington Herald Leader",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Lexington Herald Leader"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/www.kentucky.com\/?cid=hp_set_chrome_202011"
        ],
        "homepage": "https:\/\/www.kentucky.com\/?"
    }
}