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 | 
| 官方URL | 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\/*"
    ]
}  |  |