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!
O que é DailyLauncher: Custom New Tab Startpage?
DailyLauncher: Custom New Tab Startpage é uma extensão do Chrome desenvolvida por https://dailylauncher.com, e sua principal característica é "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DailyLauncher: Custom New Tab Startpage
Baixe arquivos de extensão DailyLauncher: Custom New Tab Startpage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
⚠️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
Informações Básicas da Extensão
Nome | DailyLauncher: Custom New Tab Startpage |
ID | pdnbdpgpaofgjccejoggaegalheedcaa |
URL Oficial | https://chromewebstore.google.com/detail/dailylauncher-custom-new/pdnbdpgpaofgjccejoggaegalheedcaa |
Descrição | Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon! |
Tamanho do Arquivo | 7.08 MB |
Contagem de Instalações | 33 |
Versão Atual | 0.1.3 |
Última Atualização | 2022-11-02 |
Data de Publicação | 2022-03-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://dailylauncher.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.dailylauncher.com/ |
URL da Página de Política de Privacidade | https://www.dailylauncher.com/privacy.html |
Idiomas Suportados | 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" ] } |