Scenery Tab

A beautiful scenery photo whenever opening a new tab with the local forecast.

Scenery Tab क्या है?

Scenery Tab ScenK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful scenery photo whenever opening a new tab with the local forecast."।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

नाम Scenery Tab Scenery Tab
ID nfbonabaanjojlhechnjjakifgdncbgb
आधिकारिक URL https://chromewebstore.google.com/detail/scenery-tab/nfbonabaanjojlhechnjjakifgdncbgb
विवरण A beautiful scenery photo whenever opening a new tab with the local forecast.
फ़ाइल का आकार 343 KB
स्थापना संख्या 555
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2020-04-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ScenK
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://scenk.github.io/Scenery-Tab/privacy.html
समर्थित भाषाएँ 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"
}