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
官方網址 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\/*"
    ]
}