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란 무엇입니까?
DailyLauncher: Custom New Tab Startpage은(는) https://dailylauncher.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⚠️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
확장 프로그램 기본 정보
이름 | DailyLauncher: Custom New Tab Startpage |
ID | pdnbdpgpaofgjccejoggaegalheedcaa |
공식 URL | https://chromewebstore.google.com/detail/dailylauncher-custom-new/pdnbdpgpaofgjccejoggaegalheedcaa |
설명 | Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon! |
파일 크기 | 7.08 MB |
설치 횟수 | 33 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2022-11-02 |
출시 날짜 | 2022-03-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://dailylauncher.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.dailylauncher.com/ |
개인정보 보호 정책 페이지 URL | https://www.dailylauncher.com/privacy.html |
지원되는 언어 | 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" ] } |