Start Page - Date and Time

Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget

Start Page - Date and Time क्या है?

Start Page - Date and Time tlintspr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Start Page - Date and Time एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension provides users with a clean and distraction-free "new tab" page experience by replacing the default one. Instead of the cluttered default page, it presents a simple time and date view accompanied by Bing's daily wallpapers, which are automatically updated once per day.

Key Features:
1. Automatic updates of wallpapers from Bing's daily collection.
2. Access to the items on your bookmarks bar.
3. Support for adding new links to the bookmarks bar through drag-and-drop functionality.
4. Optional weather widget integration.
5. Customizable wallpaper options.

It's important to note that while the bookmarks bar remains accessible, the top-sites section is removed to avoid clutter on the new tab page.

To perform searches, use the address bar (there is no need for a separate search box). Type your search query in the address bar and press the "Enter" key.

Users can add a weather widget to the user interface. Click on the hamburger icon to option the options sidebar, then enable the weather widget. This widget uses the OpenWeatherMap API to retrieve and display the current weather conditions.                    

एक्सटेंशन की मूल जानकारी

नाम Start Page - Date and Time Start Page - Date and Time
ID nnlgliehckiimkbbakmkdpmjimllkolj
आधिकारिक URL https://chromewebstore.google.com/detail/start-page-date-and-time/nnlgliehckiimkbbakmkdpmjimllkolj
विवरण Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget
फ़ाइल का आकार 475 KB
स्थापना संख्या 1,346
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2023-07-17
प्रकाशन तिथि 2019-04-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर tlintspr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://add0n.com/new-tab.html?from=date
सहायता पृष्ठ URL https://add0n.com/new-tab.html?from=date
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Start Page - Date and Time",
    "description": "Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget",
    "version": "0.2.1",
    "background": {
        "service_worker": "worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "data\/override\/index.html"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "contextMenus",
        "favicon"
    ],
    "host_permissions": [
        "*:\/\/api.openweathermap.org\/*",
        "*:\/\/www.bing.com\/\/HPImageArchive.aspx?*"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/new-tab.html?from=date",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    }
}