Current Weather
This extension will give you the current weather in your area.
ما هو Current Weather؟
Current Weather هو إضافة Chrome تم تطويرها بواسطة puranjayprashanth، والميزة الرئيسية لها هي "This extension will give you the current weather in your area.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Current Weather
قم بتنزيل ملفات الامتداد Current Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.
معلومات أساسية عن التمديد
الاسم | Current Weather |
ID | mjkbbpnfhegiocdnalhgkehhnjjadnpa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa |
الوصف | This extension will give you the current weather in your area. |
حجم الملف | 33.45 KB |
عدد التثبيتات | 65 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-06-07 |
تاريخ النشر | 2021-06-07 |
المطور | puranjayprashanth |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Current Weather", "version": "1.0", "description": "This extension will give you the current weather in your area.", "author": "Puranjay Prashanth", "permissions": [ "geolocation", "http:\/\/api.openweathermap.org\/data\/2.5\/weather" ], "browser_action": { "default_popup": "popup.html", "default_title": "Current Weather", "default_icon": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" } }, "icons": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" }, "manifest_version": 2 } |