Clean Tab - New Tab Page

New Tab page replacement with beautiful photography.

什么是Clean Tab - New Tab Page?

Clean Tab - New Tab Page是由https://edwardbowden.uk开发的Chrome扩展程序,该扩展的主要功能是“New Tab page replacement with beautiful photography.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Clean Tab - New Tab Page扩展crx文件

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

扩展使用说明

                        High Res Screenshots: https://imgur.com/a/V0qgO
Preview at: http://edwardbowden.co.uk/cleantab/demo/

Clean Tab is a beautiful new tab replacement for Google Chrome. It features a clock, search box and notes area.

It uses random backgrounds from Unsplash.com, 20 hand selected backgrounds in the download and you can also add your own by providing the URLs on the settings page. The settings also allow you to completely customise the interface to your own liking.

CleanTab                    

扩展基本信息

名称 Clean Tab - New Tab Page Clean Tab - New Tab Page
ID fnigjhmjaojlnmkfnfafhgeikgbakdph
官方URL https://chromewebstore.google.com/detail/clean-tab-new-tab-page/fnigjhmjaojlnmkfnfafhgeikgbakdph
简介 New Tab page replacement with beautiful photography.
文件大小 11.59 MB
安装次数 617
当前版本 0.53
更新时间 2023-12-15
上架时间 2016-12-10
评分 4.11/5 共18次评分
开发者 https://edwardbowden.uk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://edwardbowden.uk
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/eventpage.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "New Tab page replacement with beautiful photography.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "name": "Clean Tab - New Tab Page",
    "short_name": "Clean Tab",
    "version": "0.53",
    "author": "Edward Bowden",
    "homepage_url": "https:\/\/edwardbowden.uk"
}