Scenery Tab

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

Apa itu Scenery Tab?

Scenery Tab adalah ekstensi Chrome yang dikembangkan oleh ScenK, dan fitur utamanya adalah "A beautiful scenery photo whenever opening a new tab with the local forecast.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Scenery Tab

Unduh file ekstensi Scenery Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Scenery Tab Scenery Tab
ID nfbonabaanjojlhechnjjakifgdncbgb
URL Resmi https://chromewebstore.google.com/detail/scenery-tab/nfbonabaanjojlhechnjjakifgdncbgb
Deskripsi A beautiful scenery photo whenever opening a new tab with the local forecast.
Ukuran File 343 KB
Jumlah Instalasi 555
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2024-02-23
Tanggal Publikasi 2020-04-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ScenK
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://scenk.github.io/Scenery-Tab/privacy.html
Bahasa yang Didukung 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"
}