Weather New Tab

The best weather new tab extention

ما هو Weather New Tab؟

Weather New Tab هو إضافة Chrome تم تطويرها بواسطة weathernewtab، والميزة الرئيسية لها هي "The best weather new tab extention".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Weather New Tab

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

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

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

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

الاسم Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
الوصف The best weather new tab extention
حجم الملف 1.67 MB
عدد التثبيتات 6,921
النسخة الحالية 1.0.4
آخر تحديث 2023-05-30
تاريخ النشر 2022-10-26
المطور weathernewtab
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://weathernewtab.com/privacy.html
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}