Launch
Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks.
Launch란 무엇입니까?
Launch은(는) https://creativebrain.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks."입니다.
확장 프로그램 스크린샷
Launch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |