Scenery Tab
A beautiful scenery photo whenever opening a new tab with the local forecast.
What is Scenery Tab?
Scenery Tab is a Chrome extension developed by ScenK, and its main feature is "A beautiful scenery photo whenever opening a new tab with the local forecast.".
Extension Screenshots
Download Scenery Tab Extension CRX File
Download Scenery 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
A beautiful scenery photo whenever opening a new tab. * A beautiful scenery photo whenever opening a new tab. ** Local forecast based on geolocation. *** 5 Days local forecast. **** Links to access your browsing histories, bookmarks, and google web store. ====== Change log ======== [01/01/2023] Bump Manifest-Version. [09/30/2021] Replace Yahoo Weather API with Open Weather API. [04/07/2020] Double-clicking the temperature area support changing the temperature unit.
Extension Basic Information
Name | Scenery Tab |
ID | nfbonabaanjojlhechnjjakifgdncbgb |
Official URL | https://chromewebstore.google.com/detail/scenery-tab/nfbonabaanjojlhechnjjakifgdncbgb |
Description | A beautiful scenery photo whenever opening a new tab with the local forecast. |
File Size | 343 KB |
Installation Count | 555 |
Current Version | 1.0.2 |
Last Updated | 2024-02-23 |
Publish Date | 2020-04-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ScenK |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://scenk.github.io/Scenery-Tab/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scenery Tab", "version": "1.0.2", "description": "A beautiful scenery photo whenever opening a new tab with the local forecast.", "icons": { "16": "src\/public\/icon-16.png", "48": "src\/public\/icon-48.png", "128": "src\/public\/icon-128.png" }, "permissions": [ "geolocation", "storage" ], "host_permissions": [ "https:\/\/api.openweathermap.org\/*", "https:\/\/www.bing.com\/*", "https:\/\/api.pexels.com\/v1" ], "chrome_url_overrides": { "newtab": "tab.html" }, "author": "ScenK" } |