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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kevinkreps.de และคุณลักษณะหลักของมันคือ "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PRODUCTIVE New Tab - Material Design

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}