Blank New Tab Page plus...

A blank New Tab Page with a colour and background of your choice

Blank New Tab Page plus...とは何ですか?

Blank New Tab Page plus...はhttps://mythical5th.comによって開発されたChromeの拡張機能で、その主な機能は「A blank New Tab Page with a colour and background of your choice」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Blank New Tab Page plus...拡張機能のCRXファイルをダウンロード

Blank New Tab Page plus...拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History.

The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu.

⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.                    

拡張機能の基本情報

名前 Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
公式URL https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
説明 A blank New Tab Page with a colour and background of your choice
ファイルサイズ 1.61 MB
インストール数 44
現在のバージョン 2.2.5
最終更新日 2024-02-10
公開日 2019-04-06
評価 4.80/5 合計 5 レビュー
開発者 https://mythical5th.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://mythical5th.com/policies/chromeWebStore.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.5",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "BlankTab",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "action": [],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "wallpaper"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}