Minimal New Tab

A minimal new tab page for Chrome.

什麼是Minimal New Tab?

Minimal New Tab是由ExPixel開發的Chrome擴展程式,該擴展的主要功能是“A minimal new tab page for Chrome.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Minimal New Tab擴展crx文件

下載Minimal New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A minimal new tab page for Chrome.                    

擴展基本資訊

名稱 Minimal New Tab Minimal New Tab
ID oefebaomaahemfkgjdeaokigmcflbfna
官方網址 https://chrome.google.com/webstore/detail/minimal-new-tab/oefebaomaahemfkgjdeaokigmcflbfna
簡介 A minimal new tab page for Chrome.
檔案大小 122 KB
安裝次數 617
目前版本 1.5.0
更新時間 2017-10-11
上架時間 2017-10-11
評分 4.61/5 共 18 次評分
開發者 ExPixel
付費類型 free
擴展官網 https://github.com/ExPixel/Minimal-New-Tab-Page
說明頁面URL https://github.com/ExPixel/Minimal-New-Tab-Page/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal New Tab",
    "version": "1.5.0",
    "description": "A minimal new tab page for Chrome.",
    "author": "Adolph C.",
    "icons": {
        "16": "icons\/minimalnewtab-icon-16.png",
        "32": "icons\/minimalnewtab-icon-32.png",
        "48": "icons\/minimalnewtab-icon-48.png",
        "64": "icons\/minimalnewtab-icon-64.png",
        "128": "icons\/minimalnewtab-icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "chrome:\/\/favicon\/**\/*",
        "https:\/\/*.darksky.net\/",
        "http:\/\/*.darksky.net\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "img\/weather\/*.svg",
        "js\/app.bundle.js"
    ]
}