Lexington Herald Leader
Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.
Was ist Lexington Herald Leader?
Lexington Herald Leader ist eine Chrome-Erweiterung, die von McClatchy entwickelt wurde, und ihr Hauptmerkmal ist "Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.".
Erweiterungsscreenshots
Lexington Herald Leader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lexington Herald Leader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pggfjefllkfanbfpdagpeglnpbaljlmm |
Offizielle URL | https://chromewebstore.google.com/detail/lexington-herald-leader/pggfjefllkfanbfpdagpeglnpbaljlmm |
Beschreibung | Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community. |
Dateigröße | 13.82 KB |
Installationsanzahl | 90 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-05-27 |
Veröffentlichungsdatum | 2021-05-26 |
Entwickler | McClatchy |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.kentucky.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.mcclatchydc.com/customer-service/privacy-policy |
Unterstützte Sprachen | 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\/?" } } |