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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/?"
    }
}