PRODUCTIVE New Tab - Material Design

Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.

什么是PRODUCTIVE New Tab - Material Design?

PRODUCTIVE New Tab - Material Design是由https://kevinkreps.de开发的Chrome扩展程序,该扩展的主要功能是“Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.”。

扩展截图

screenshot
screenshot

下载PRODUCTIVE New Tab - Material Design扩展crx文件

下载PRODUCTIVE New Tab - Material Design扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - Based on Material Design
- Card System
- High customizability

1. Clock
2. Bookmarks
3. Notepad

Keep track on your ToDo-List and enjoy a quick access to important bookmarks.

Suggestions for cards or anything else are appreciated!                    

扩展基本信息

名称 PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
官方URL https://chromewebstore.google.com/detail/productive-new-tab-materi/emmpodeiofjjjigcmaegnbfkhobclfgn
简介 Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.
文件大小 68.31 KB
安装次数 69
当前版本 1.2
更新时间 2017-12-01
上架时间 2017-12-01
评分 5.00/5 共3次评分
开发者 https://kevinkreps.de
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PRODUCTIVE New Tab - Material Design",
    "description": "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.",
    "icons": {
        "128": "Logo128x128.png"
    },
    "version": "1.2",
    "browser_action": {
        "default_icon": "Logo128x128.png",
        "default_popup": "popup.html",
        "default_title": "PRODUCTIVE New Tab - Material Design"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage",
        "management",
        "sessions"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}