Scenery Tab

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

Τι είναι το Scenery Tab;

Το Scenery Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ScenK, και η κύρια λειτουργία του είναι "A beautiful scenery photo whenever opening a new tab with the local forecast.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scenery Tab

Λήψη αρχείων επέκτασης Scenery Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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