Launch
Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks.
Launchคืออะไร?
Launch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://creativebrain.be และคุณลักษณะหลักของมันคือ "Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Launch
ดาวน์โหลดไฟล์ส่วนขยาย Launch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |