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开发的Chrome扩展程序,该扩展的主要功能是“Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab.”。

扩展截图

screenshot
screenshot
screenshot

下载Infinity Weather - Beautiful Weather New Tab扩展crx文件

下载Infinity Weather - Beautiful Weather New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}