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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PRODUCTIVE New Tab - Material Design एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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