WanderTab

Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.

ما هو WanderTab؟

WanderTab هو إضافة Chrome تم تطويرها بواسطة ivan_k، والميزة الرئيسية لها هي "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WanderTab

قم بتنزيل ملفات الامتداد WanderTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The most necessary features are on the home page. Uploading your own images or short videos to the gallery with settings, light background effects, a search bar and the most popular search engines, a bookmark access panel, date and weather information, adding links to popular resources.                    

معلومات أساسية عن التمديد

الاسم WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
الوصف Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
حجم الملف 427 KB
عدد التثبيتات 135
النسخة الحالية 1.16.1
آخر تحديث 2023-03-13
تاريخ النشر 2021-12-05
تقييم 5.00/5 مجموع تقييمات 7
المطور ivan_k
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://k-ivan.github.io/
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.16.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_extension_name__"
    },
    "host_permissions": [
        "https:\/\/google.com\/*"
    ],
    "permissions": [
        "geolocation",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "offline_enabled": true
}