Weather New Tab

The best weather new tab extention

Weather New Tab क्या है?

Weather New Tab weathernewtab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best weather new tab extention"।

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

screenshot
screenshot

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

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

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

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

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

नाम Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
आधिकारिक URL https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
विवरण The best weather new tab extention
फ़ाइल का आकार 1.67 MB
स्थापना संख्या 6,921
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-05-30
प्रकाशन तिथि 2022-10-26
डेवलपर weathernewtab
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://weathernewtab.com/privacy.html
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}