Blank New Tab Page

The ultimate speed boost for Chrome, an empty new tab page!

Blank New Tab Pageとは何ですか?

Blank New Tab Pageはhttps://64pixels.comによって開発されたChromeの拡張機能で、その主な機能は「The ultimate speed boost for Chrome, an empty new tab page!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Your new tab will display a completely blank white page. This hides your most visited sites and the google logo minimizing distraction and speeding up browsing speed. This is a simple, but powerful, extension to boost your productivity.                    

拡張機能の基本情報

名前 Blank New Tab Page Blank New Tab Page
ID nanjankoodpibkkjgmmaeoccefklohao
公式URL https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao
説明 The ultimate speed boost for Chrome, an empty new tab page!
ファイルサイズ 4.6 KB
インストール数 3,912
現在のバージョン 1.1
最終更新日 2024-01-11
公開日 2020-04-30
評価 4.27/5 合計 11 レビュー
開発者 https://64pixels.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab Page",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The ultimate speed boost for Chrome, an empty new tab page!",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "offline_enabled": true,
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}