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"
    }
}