Infinity Weather - Beautiful Weather New Tab

Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab.

Infinity Weather - Beautiful Weather New Tab क्या है?

Infinity Weather - Beautiful Weather New Tab mifish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab."।

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

screenshot
screenshot
screenshot

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

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

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

                        Replace new tab  with currently time and currently weather.
Beautiful Weather is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.

* You can set the location of the weather yourself.
* You can set the background color
* You can set the font color

By clicking "Add to Chrome", you accept and agree to installing “Infinity Weather - Beautiful Weather New Tab” extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing.


Privacy Policy: 🔗 https://policies.extfans.com/policies/privacy/infinity-tab.html

Term of Use: 🔗 https://policies.extfans.com/policies/terms/infinity-tab.html

About Us: 🔗 https://policies.extfans.com/policies/about/infinity-tab.html

Contact Us:🔗 https://policies.extfans.com/policies/contact/infinity-tab.html                    

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

नाम Infinity Weather - Beautiful Weather New Tab Infinity Weather - Beautiful Weather New Tab
ID bikddpbcdfldnooogabppjkeihdfalkh
आधिकारिक URL https://chrome.google.com/webstore/detail/infinity-weather-beautifu/bikddpbcdfldnooogabppjkeihdfalkh
विवरण Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab.
फ़ाइल का आकार 332 KB
स्थापना संख्या 697
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2021-06-10
प्रकाशन तिथि 2019-05-22
रेटिंग 4.33/5 कुल 9 रेटिंग्स
डेवलपर mifish
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://policies.extfans.com/policies/privacy/infinity-tab.html
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "background": {
        "page": "pages\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "default_locale": "en",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "name": "__MSG_extname__",
    "optional_permissions": [],
    "permissions": [
        "storage",
        "https:\/\/*.extfans.com\/",
        "https:\/\/*.yahoo.com\/",
        "https:\/\/*.ipstack.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1"
}