Minimal Home
Minimalize your new tab page freely.
什麼是Minimal Home?
Minimal Home是由Nishiki開發的Chrome擴展程式,該擴展的主要功能是“Minimalize your new tab page freely.”。
擴展截圖
下載Minimal Home擴展crx文件
下載Minimal Home擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Minimalize your new tab page freely.                     擴展基本資訊
| 名稱 |   |  
| ID | emdlinmbalkhdponagkbfmjhdfjfflli | 
| 官方網址 | https://chromewebstore.google.com/detail/minimal-home/emdlinmbalkhdponagkbfmjhdfjfflli | 
| 簡介 | Minimalize your new tab page freely. | 
| 檔案大小 | 11.14 KB | 
| 安裝次數 | 38 | 
| 目前版本 | 0.1.1 | 
| 更新時間 | 2020-11-09 | 
| 上架時間 | 2020-11-03 | 
| 開發者 | Nishiki | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/nishidate-yuki/chrome_minimal_home | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Home",
    "version": "0.1.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "minimal_home_16.png",
        "48": "minimal_home_48.png",
        "128": "minimal_home_128.png"
    }
}  |  |