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是由Kleveer Ltd开发的Chrome扩展程序,该扩展的主要功能是“Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.”。

扩展截图

screenshot
screenshot

下载Landscapes In Your New Tab扩展crx文件

下载Landscapes In Your New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Landscapes In Your New Tab Landscapes In Your New Tab
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]
隐私政策页面URL 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\/*"
    ]
}