Launch

Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks.

Launch क्या है?

Launch https://creativebrain.be द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace your old and boring New Tab pages with Launch and increase your productivity along with it.

✔ Beautiful photography with each new page opened.
✔ A well organized and visualized bookmarks bar.
✔ Add tasks you have to do.
✔ Receive little notification on past and soon (+1h) tasks.
✔ Check what tasks have to be done for 'today'.
✔ Add up to 7 of your favorite websites.

✔ Use shortcuts to open your bookmarks bar (b) and task bar (t).
✔ Supports imperial (mm/dd) and metric (dd/mm) date formats.
✔ Supports 12h and 24h time formats.

✔ Clean and simple interface, no more clutter.
✔ Includes smooth and fun micro-animations.
✔ Works on every screen size.


* version 0.0.17 - fixed the Time and Date inputs & icons on retina displays                    

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

नाम Launch Launch
ID lpdmblngamggmhnifmdnifjjplbbhmle
आधिकारिक URL https://chromewebstore.google.com/detail/launch/lpdmblngamggmhnifmdnifjjplbbhmle
विवरण Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks.
फ़ाइल का आकार 57.32 MB
स्थापना संख्या 314
वर्तमान संस्करण 1.01
अंतिम अपडेट 2015-09-30
प्रकाशन तिथि 2015-09-30
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://creativebrain.be
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://launch.creativebrain.be/
सहायता पृष्ठ URL https://twitter.com/CreativeBrainBe
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Launch",
    "version": "0.0.17",
    "version_name": "1.01",
    "manifest_version": 2,
    "description": "Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks.",
    "author": "Kristof Van Espen",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "launch\/index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "assets\/*",
        "fonts\/*"
    ],
    "permissions": [
        "bookmarks"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/tracker.js",
                "js\/jquery.cookie.js",
                "js\/bootstrap-datepicker.js",
                "js\/timepicker.js",
                "js\/autosize.js",
                "js\/script.js"
            ]
        }
    ]
}