ABSOLUTELY Blank New Tab Page

The fastest new tab page page

ABSOLUTELY Blank New Tab Pageとは何ですか?

ABSOLUTELY Blank New Tab Pageはilyaigpetrovによって開発されたChromeの拡張機能で、その主な機能は「The fastest new tab page page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Save a few megabytes of memory by overriding new tab page with an ABSOLUTELY empty text file.
Use Ctrl+Shift+B to show and hide the bookmarks bar.
Extremely minimalistic to lower the risk of breaking something and make it faster.
Open source so everyone may look inside and make sure it has no malware or modify it the way he wants.
Public domain so you may do whatever you want with it.                    

拡張機能の基本情報

名前 ABSOLUTELY Blank New Tab Page ABSOLUTELY Blank New Tab Page
ID jjbjmfkdmmbjdmmjoccdccaeffkkbiga
公式URL https://chromewebstore.google.com/detail/absolutely-blank-new-tab/jjbjmfkdmmbjdmmjoccdccaeffkkbiga
説明 The fastest new tab page page
ファイルサイズ 4.85 KB
インストール数 77
現在のバージョン 0.0.0.5
最終更新日 2019-05-24
公開日 2019-05-24
評価 5.00/5 合計 2 レビュー
開発者 ilyaigpetrov
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page
ヘルプページのURL https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page/issues
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.0.0.5",
    "default_locale": "en",
    "content_security_policy": "script-src 'none'; object-src 'none'; default-src 'none'",
    "chrome_url_overrides": {
        "newtab": ".\/blank.txt"
    },
    "manifest_version": 2
}