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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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\/?" } } |