If You're Bored... New Tab

New tab page that shows list of things you could be doing instead of wasting your time on the internet.

If You're Bored... New Tab क्या है?

If You're Bored... New Tab johannes.santen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab page that shows list of things you could be doing instead of wasting your time on the internet."।

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

screenshot

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

crx प्रारूप में If You're Bored... New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.                    

एक्सटेंशन की मूल जानकारी

नाम If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
आधिकारिक URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
विवरण New tab page that shows list of things you could be doing instead of wasting your time on the internet.
फ़ाइल का आकार 99.84 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-05-14
प्रकाशन तिथि 2017-05-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर johannes.santen
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "If You're Bored... New Tab",
    "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ifyourebored.html"
    }
}