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
官方網址 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"
    }
}