Weather forecast
Weather forecast for current city.
ما هو Weather forecast؟
Weather forecast هو إضافة Chrome تم تطويرها بواسطة nikolinadeveloper، والميزة الرئيسية لها هي "Weather forecast for current city.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Weather forecast
قم بتنزيل ملفات الامتداد Weather forecast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations. Key features: - multiple location support - current weather - 7 days forecast - global coverage For any bugs and questions please sand email to [email protected].
معلومات أساسية عن التمديد
الاسم | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
الوصف | Weather forecast for current city. |
حجم الملف | 29.06 KB |
عدد التثبيتات | 981 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2018-02-14 |
تاريخ النشر | 2018-02-14 |
تقييم | 3.83/5 مجموع تقييمات 12 |
المطور | nikolinadeveloper |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather forecast", "version": "0.0.0.1", "manifest_version": 2, "description": "Weather forecast for current city.", "background": { "scripts": [ "src\/vremenska_prognoza\/vremenska_prognoza.js" ] }, "browser_action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather forecast", "default_popup": "src\/prognoza.html" }, "icons": { "38": "img\/icon38.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" } } |