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開發的Chrome擴展程式,該擴展的主要功能是“Make the Lexington Herald-Leader your homepage. Get the latest news, weather, sports and videos from your community.”。
擴展截圖
下載Lexington Herald Leader擴展crx文件
下載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 |
官方網址 | 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\/?" } } |