Void New Tab

Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…

Void New Tabとは何ですか?

Void New TabはTom Dayによって開発されたChromeの拡張機能で、その主な機能は「Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.                    

拡張機能の基本情報

名前 Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
公式URL https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
説明 Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
ファイルサイズ 143 KB
インストール数 94
現在のバージョン 1.0.0.1
最終更新日 2018-01-16
公開日 2018-01-16
評価 5.00/5 合計 3 レビュー
開発者 Tom Day
支払い方法 free
拡張機能のウェブサイト https://github.com/TDay1/void-newtab
ヘルプページのURL https://github.com/TDay1/void-newtab
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Void New Tab",
    "manifest_version": 2,
    "version": "1.0.0.1",
    "author": "Thomas Day",
    "remove_button": true,
    "short_name": "Void",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/16px.png",
        "32": ".\/img\/32px.png",
        "48": ".\/img\/48px.png",
        "64": ".\/img\/64px.png",
        "128": ".\/img\/128px.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}