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 |
公式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 |
Eメール | [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\/?" } } |