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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scenery Tab
قم بتنزيل ملفات الامتداد Scenery Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة سياسة الخصوصية | 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"
} | |