Scenery Tab

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

Qu'est-ce que Scenery Tab ?

Scenery Tab est une extension Chrome développée par ScenK, et sa fonction principale est "A beautiful scenery photo whenever opening a new tab with the local forecast.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Scenery Tab

Téléchargez les fichiers d'extension Scenery Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Scenery Tab Scenery Tab
ID nfbonabaanjojlhechnjjakifgdncbgb
URL Officiel https://chromewebstore.google.com/detail/scenery-tab/nfbonabaanjojlhechnjjakifgdncbgb
Description A beautiful scenery photo whenever opening a new tab with the local forecast.
Taille du Fichier 343 KB
Nombre d'Installations 555
Version Actuelle 1.0.2
Dernière Mise à Jour 2024-02-23
Date de Publication 2020-04-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur ScenK
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://scenk.github.io/Scenery-Tab/privacy.html
Langues Prises en Charge 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"
}