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
官方網址 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"
    }
}