Lexington Herald Leader
Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.
Lexington Herald Leader là gì?
Lexington Herald Leader là một tiện ích mở rộng Chrome được phát triển bởi McClatchy, và tính năng chính của nó là "Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lexington Herald Leader
Tải xuống các tệp mở rộng Lexington Herald Leader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pggfjefllkfanbfpdagpeglnpbaljlmm |
URL Chính Thức | https://chromewebstore.google.com/detail/lexington-herald-leader/pggfjefllkfanbfpdagpeglnpbaljlmm |
Mô tả | Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community. |
Kích Thước Tệp | 13.82 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-05-27 |
Ngày Phát Hành | 2021-05-26 |
Nhà Phát Triển | McClatchy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kentucky.com/ |
URL Trang Chính Sách Bảo Mật | https://www.mcclatchydc.com/customer-service/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/?" } } |