Minimal

An extremely minimal white chrome://newtab page.

什麼是Minimal?

Minimal是由Simon Robertson開發的Chrome擴展程式,該擴展的主要功能是“An extremely minimal white chrome://newtab page.”。

擴展截圖

screenshot

下載Minimal擴展crx文件

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

擴展使用說明

                        Replaces the default chrome://newtab page with a clean no-thrills space.                    

擴展基本資訊

名稱 Minimal Minimal
ID gkcclofmcabpimehppfmlfllgimnnidi
官方網址 https://chromewebstore.google.com/detail/minimal/gkcclofmcabpimehppfmlfllgimnnidi
簡介 An extremely minimal white chrome://newtab page.
檔案大小 4.07 KB
安裝次數 74
目前版本 1.2
更新時間 2015-01-31
上架時間 2015-01-30
評分 5.00/5 共 3 次評分
開發者 Simon Robertson
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal",
    "version": "1.2",
    "description": "An extremely minimal white chrome:\/\/newtab page.",
    "icons": {
        "48": "icons\/minimal_icon_48.png",
        "128": "icons\/minimal_icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "resources\/newtab.htm"
    },
    "manifest_version": 2
}