Get Weather Now

Weather extension

ما هو Get Weather Now؟

Get Weather Now هو إضافة Chrome تم تطويرها بواسطة Calc Team، والميزة الرئيسية لها هي "Weather extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Get Weather Now

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

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

                        Brings the weather updates you care about to your address bar.
Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.                    

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

الاسم Get Weather Now Get Weather Now
ID mdijeoiljombmbamjamjlcaopdckdnci
عنوان URL الرسمي https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci
الوصف Weather extension
حجم الملف 6.83 MB
عدد التثبيتات 864
النسخة الحالية 0.0.4
آخر تحديث 2022-11-14
تاريخ النشر 2022-07-22
تقييم 2.27/5 مجموع تقييمات 15
المطور Calc Team
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.0.4",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tiles.aqicn.org\/"
    ]
}