Minimalist Tab
Simplify your Chrome new tab page.
什麼是Minimalist Tab?
Minimalist Tab是由https://benandy.github.io開發的Chrome擴展程式,該擴展的主要功能是“Simplify your Chrome new tab page.”。
擴展截圖
下載Minimalist Tab擴展crx文件
下載Minimalist Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.                     擴展基本資訊
| 名稱 |   |  
| ID | dcnlolkfplhlimlokmkinnmpjecghgcc | 
| 官方網址 | https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc | 
| 簡介 | Simplify your Chrome new tab page. | 
| 檔案大小 | 6.73 KB | 
| 安裝次數 | 100 | 
| 目前版本 | 1.1.7 | 
| 更新時間 | 2017-10-03 | 
| 上架時間 | 2017-10-02 | 
| 評分 | 5.00/5 共 2 次評分 | 
| 開發者 | https://benandy.github.io | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://benandy.github.io/minimalisttab/ | 
| 隱私政策頁面URL | http://benandy.github.io/privacy | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "name": "Minimalist Tab",
    "short_name": "Minimalist Tab",
    "description": "Simplify your Chrome new tab page.",
    "manifest_version": 2,
    "author": "Benjamin Developments",
    "offline_enabled": true,
    "homepage_url": "https:\/\/benandy.github.io\/minimalisttab",
    "incognito": "split",
    "content_security_policy": "script-src  'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals",
    "minimum_chrome_version": "48.0.2564",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/benandy.github.io\/*"
    ]
}  |  |