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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DailyLauncher: Custom New Tab Startpage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
} | |