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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον McClatchy, και η κύρια λειτουργία του είναι "Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lexington Herald Leader

Λήψη αρχείων επέκτασης 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\/?"
    }
}