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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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\/?" } } |