kinetic

A beautiful, minimalist, functional New Tab.

kineticคืออะไร?

kinetic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Launch Development และคุณลักษณะหลักของมันคือ "A beautiful, minimalist, functional New Tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย kinetic

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}