Landscapes In Your New Tab
Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
ما هو Landscapes In Your New Tab؟
Landscapes In Your New Tab هو إضافة Chrome تم تطويرها بواسطة Kleveer Ltd، والميزة الرئيسية لها هي "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Landscapes In Your New Tab
قم بتنزيل ملفات الامتداد Landscapes In Your New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Landscapes In Your New Tab fills your new tabs with amazing landscape backgrounds, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below. Please note this extension changes your new tab search to results powered by bing.com. https://landscape-theme.com/privacy.html https://landscape-theme.com/terms.html
معلومات أساسية عن التمديد
الاسم | |
ID | fmdfnigadlmkmhilakkkidahojieddpc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc |
الوصف | Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from. |
حجم الملف | 237 KB |
عدد التثبيتات | 9,131 |
النسخة الحالية | 0.0.39 |
آخر تحديث | 2022-06-09 |
تاريخ النشر | 2022-06-09 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | Kleveer Ltd |
البريد الإلكتروني | [email protected] |
عنوان صفحة سياسة الخصوصية | https://landscape-theme.com/privacy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Landscapes In Your New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 3, "description": "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.", "version": "0.0.39", "host_permissions": [ "*:\/\/landscape-theme.com\/*" ] } |