Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
ما هو Local Weather (Current Conditions)؟
Local Weather (Current Conditions) هو إضافة Chrome تم تطويرها بواسطة mohiman، والميزة الرئيسية لها هي "Presents weather based on your current location, or you can update by entering new location/zip etc.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Local Weather (Current Conditions)
قم بتنزيل ملفات الامتداد Local Weather (Current Conditions) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
الوصف | Presents weather based on your current location, or you can update by entering new location/zip etc. |
حجم الملف | 1.16 MB |
عدد التثبيتات | 16 |
النسخة الحالية | 2.25 |
آخر تحديث | 2016-07-22 |
تاريخ النشر | 2016-07-21 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | mohiman |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |