kinetic
A beautiful, minimalist, functional New Tab.
kinetic란 무엇입니까?
kinetic은(는) Launch Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful, minimalist, functional New Tab."입니다.
확장 프로그램 스크린샷
kinetic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |