Lexington Herald Leader

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

O que é Lexington Herald Leader?

Lexington Herald Leader é uma extensão do Chrome desenvolvida por McClatchy, e sua principal característica é "Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lexington Herald Leader

Baixe arquivos de extensão Lexington Herald Leader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lexington Herald Leader Lexington Herald Leader
ID pggfjefllkfanbfpdagpeglnpbaljlmm
URL Oficial https://chromewebstore.google.com/detail/lexington-herald-leader/pggfjefllkfanbfpdagpeglnpbaljlmm
Descrição Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.
Tamanho do Arquivo 13.82 KB
Contagem de Instalações 90
Versão Atual 0.0.1
Última Atualização 2021-05-27
Data de Publicação 2021-05-26
Desenvolvedor McClatchy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.kentucky.com/
URL da Página de Política de Privacidade https://www.mcclatchydc.com/customer-service/privacy-policy
Idiomas Suportados 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\/?"
    }
}