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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lexington Herald Leader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/?"
    }
}