kinetic

A beautiful, minimalist, functional New Tab.

kinetic क्या है?

kinetic Launch Development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful, minimalist, functional New Tab."।

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

screenshot

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

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

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

                        Kinetic is a beautiful page that replaces the default New Tab. It is made specially for students of SJAM. Kinetic uses vibrant backgrounds, relaxing fonts and custom icons to give you the best experience possible.
 
WHAT'S NEW: 
- Editable timetable. Simply type into the timetable to have it saved across your devices.
- Faster load times. Kinetic now loads quickly and smoothly.
- Custom calendar. Don't be limited to just the SJAM calendar. Add your own!
- Action hub. Check the headlines with an integrated action hub.

NOTE: This is a basic version of our app intended for testing. We plan to release version 1.0 at JamHacks 2018 in March.                    

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

नाम kinetic kinetic
ID cgappbkmoappklnbnjkocbmgpnfdcodp
आधिकारिक URL https://chromewebstore.google.com/detail/kinetic/cgappbkmoappklnbnjkocbmgpnfdcodp
विवरण A beautiful, minimalist, functional New Tab.
फ़ाइल का आकार 16.23 MB
स्थापना संख्या 11
वर्तमान संस्करण 0.8.6
अंतिम अपडेट 2018-02-17
प्रकाशन तिथि 2018-02-16
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Launch Development
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "kinetic",
    "short_name": "kinetic",
    "version": "0.8.6",
    "description": "A beautiful, minimalist, functional New Tab.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "kinetic"
    },
    "background": {
        "scripts": [
            "\/js\/events.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "\/kinetic.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true
}