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 là gì?

PRODUCTIVE New Tab - Material Design là một tiện ích mở rộng Chrome được phát triển bởi https://kevinkreps.de, và tính năng chính của nó là "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PRODUCTIVE New Tab - Material Design

Tải xuống các tệp mở rộng PRODUCTIVE New Tab - Material Design dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
URL Chính Thức https://chromewebstore.google.com/detail/productive-new-tab-materi/emmpodeiofjjjigcmaegnbfkhobclfgn
Mô tả Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.
Kích Thước Tệp 68.31 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-12-01
Ngày Phát Hành 2017-12-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://kevinkreps.de
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}