Lexington Herald Leader

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

什么是Lexington Herald Leader?

Lexington Herald Leader是由McClatchy开发的Chrome扩展程序,该扩展的主要功能是“Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.”。

扩展截图

screenshot

下载Lexington Herald Leader扩展crx文件

下载Lexington Herald Leader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Lexington Herald Leader Lexington Herald Leader
ID pggfjefllkfanbfpdagpeglnpbaljlmm
官方URL https://chromewebstore.google.com/detail/lexington-herald-leader/pggfjefllkfanbfpdagpeglnpbaljlmm
简介 Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.
文件大小 13.82 KB
安装次数 90
当前版本 0.0.1
更新时间 2021-05-27
上架时间 2021-05-26
开发者 McClatchy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.kentucky.com/
隐私政策页面URL https://www.mcclatchydc.com/customer-service/privacy-policy
支持的语言 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\/?"
    }
}