Quick Weather
Quick weather report based on your location
ما هو Quick Weather؟
Quick Weather هو إضافة Chrome تم تطويرها بواسطة Vlad Nicoara، والميزة الرئيسية لها هي "Quick weather report based on your location".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Weather
قم بتنزيل ملفات الامتداد Quick Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
معلومات أساسية عن التمديد
الاسم | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
الوصف | Quick weather report based on your location |
حجم الملف | 91.42 KB |
عدد التثبيتات | 205 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2015-02-25 |
تاريخ النشر | 2015-02-25 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | Vlad Nicoara |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |