DailyLauncher: Custom New Tab Startpage
Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!
DailyLauncher: Custom New Tab Startpage là gì?
DailyLauncher: Custom New Tab Startpage là một tiện ích mở rộng Chrome được phát triển bởi https://dailylauncher.com, và tính năng chính của nó là "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DailyLauncher: Custom New Tab Startpage
Tải xuống các tệp mở rộng DailyLauncher: Custom New Tab Startpage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
⚠️This extension is in Beta! Please excuse some small bugs and ugliness Design your own "New Tab" page the way you like it: 🔗 Add links from your bookmarks or easily make new ones 👉 drag, drop, resize, delete 🎨 Choose from 3+ themes 🏞 upload images 💻 make a layout for any device (responsive) ☁️ synchronize your layout to any device (automatic cloud sync) Coming soon: 🧑💻 Developer tools (Github, Jira) 🌦 Weather 🔎 Search bar Changelog: Version 0.1.3: New theme, better landing page Version 0.1.2: Account Options Version 0.1.1: Quickfix for invisible font Version 0.1.0: Community Release - Added bookmark drag-drop functionality - Added theme selection and choice of 2 themes Version 0.0.2: Big performance update + bugfixes
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DailyLauncher: Custom New Tab Startpage |
ID | pdnbdpgpaofgjccejoggaegalheedcaa |
URL Chính Thức | https://chromewebstore.google.com/detail/dailylauncher-custom-new/pdnbdpgpaofgjccejoggaegalheedcaa |
Mô tả | Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon! |
Kích Thước Tệp | 7.08 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2022-11-02 |
Ngày Phát Hành | 2022-03-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://dailylauncher.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.dailylauncher.com/ |
URL Trang Chính Sách Bảo Mật | https://www.dailylauncher.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "TeeterTater", "version": "0.1.3", "description": "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!", "short_name": "DailyLauncher", "name": "DailyLauncher: Custom New Tab Startpage", "icons": { "16": "icon16.ico", "48": "icon48.ico", "128": "icon128.ico" }, "background_color": "#f2f5f9", "action": { "default_icon": "icon16.ico" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs", "background", "bookmarks" ] } |