Simple Weather Forecast and Radar
Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
ما هو Simple Weather Forecast and Radar؟
Simple Weather Forecast and Radar هو إضافة Chrome تم تطويرها بواسطة jburnette، والميزة الرئيسية لها هي "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Weather Forecast and Radar
قم بتنزيل ملفات الامتداد Simple Weather Forecast and Radar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
swfr is a quick, simple, lightweight weather extension. It sits in your toolbar and displays the current temperature. When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.
معلومات أساسية عن التمديد
الاسم | Simple Weather Forecast and Radar |
ID | ldcmpboldapnmhlpjkciekhpmhlnhfjp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp |
الوصف | Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image. |
حجم الملف | 57.62 KB |
عدد التثبيتات | 487 |
النسخة الحالية | 1.5 |
آخر تحديث | 2018-08-13 |
تاريخ النشر | 2018-08-13 |
تقييم | 3.39/5 مجموع تقييمات 23 |
المطور | jburnette |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather Forecast and Radar", "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.", "version": "1.5", "icons": { "128": "store_logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'", "permissions": [ "https:\/\/query.yahooapis.com\/", "https:\/\/sirocco.accuweather.com\/" ] } |