kinetic

A beautiful, minimalist, functional New Tab.

什麼是kinetic?

kinetic是由Launch Development開發的Chrome擴展程式,該擴展的主要功能是“A beautiful, minimalist, functional New Tab.”。

擴展截圖

screenshot

下載kinetic擴展crx文件

下載kinetic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}