NiceTab StartPage

StartPage with customizable interface, quick access and weather forecasts

什么是NiceTab StartPage?

NiceTab StartPage是由http://nicetab.live开发的Chrome扩展程序,该扩展的主要功能是“StartPage with customizable interface, quick access and weather forecasts”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NiceTab StartPage扩展crx文件

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

扩展使用说明

                        Beautiful backgrounds in the new tab together with the clock, weather in your area and a customizable list of links to your favorite services will bring you a good mood every day!

This extension replaces default Chrome new tab page with a custom one with some features:
✔️ Random backgrounds and a button to pick next
✔️ Current date, time and day of week
✔️ Current weather in your city (determined by IP)
✔️ Fast access to bookmarks via button on the page
✔️ Links to popular web resources, user can add his own links to this list

The page provides a web search box that leads to a Bing search engine.

Google is a trademark of Google Inc. This custom backgrounds extension is not endorsed by Google.

By clicking "Add to chrome", I accept and agree to install the "NiceTab StartPage" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy.

Terms of use: https://nicetab.live/terms.html
Privacy Policy: https://nicetab.live/privacy.html
Contact Us: https://nicetab.live/contact.html                    

扩展基本信息

名称 NiceTab StartPage NiceTab StartPage
ID dobmhnlkolhhklmcaodfefhejoonalni
官方URL https://chrome.google.com/webstore/detail/nicetab-startpage/dobmhnlkolhhklmcaodfefhejoonalni
简介 StartPage with customizable interface, quick access and weather forecasts
文件大小 1.4 MB
安装次数 63,145
当前版本 1.10
更新时间 2020-06-29
上架时间 2020-06-29
评分 4.65/5 共37次评分
开发者 http://nicetab.live
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/troyan-commerce-privacy
支持的语言 en
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "32",
    "version": "1.10",
    "name": "NiceTab StartPage",
    "description": "StartPage with customizable interface, quick access and weather forecasts",
    "icons": {
        "128": "icons\/128.png",
        "36": "icons\/36.png",
        "19": "icons\/19.png",
        "16": "icons\/16.png"
    },
    "chrome_url_overrides": {
        "newtab": "start.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "36": "icons\/36.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}