Weather New Tab
The best weather new tab extention
What is Weather New Tab?
Weather New Tab is a Chrome extension developed by weathernewtab, and its main feature is "The best weather new tab extention".
Extension Screenshots
Download Weather New Tab Extension CRX File
Download Weather New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | Weather New Tab |
ID | bpbogmolkofliadijppmedcifmejecjk |
Official URL | https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk |
Description | The best weather new tab extention |
File Size | 1.67 MB |
Installation Count | 6,921 |
Current Version | 1.0.4 |
Last Updated | 2023-05-30 |
Publish Date | 2022-10-26 |
Developer | weathernewtab |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://weathernewtab.com/privacy.html |
Supported Languages | 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" } } |