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
Eメール [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"
}