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 là gì?
Landscapes In Your New Tab là một tiện ích mở rộng Chrome được phát triển bởi Kleveer Ltd, và tính năng chính của nó là "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Landscapes In Your New Tab
Tải xuống các tệp mở rộng Landscapes In Your New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fmdfnigadlmkmhilakkkidahojieddpc |
URL Chính Thức | https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc |
Mô tả | Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from. |
Kích Thước Tệp | 237 KB |
Số Lần Cài Đặt | 9,131 |
Phiên Bản Hiện Tại | 0.0.39 |
Cập Nhật Lần Cuối | 2022-06-09 |
Ngày Phát Hành | 2022-06-09 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kleveer Ltd |
[email protected] | |
URL Trang Chính Sách Bảo Mật | https://landscape-theme.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |