Local Weather
Shows you local weather. Auto determines your location and fetch weather details on its basis
ما هو Local Weather؟
Local Weather هو إضافة Chrome تم تطويرها بواسطة Builtin Genius، والميزة الرئيسية لها هي "Shows you local weather. Auto determines your location and fetch weather details on its basis".
تحميل ملف CRX للإضافة Local Weather
قم بتنزيل ملفات الامتداد Local Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
One click weather update for your local surrounding. It auto detects your location and tell you the weather. You dont need to add this to your browser and configure all things, it adds up on the top and accessible in every tab of google chrome. Version 1.1.0 Updates: Now you can check weather information in Both Fahrenheit and Celsius units just by one click --- Hope you enjoy using it. Feedbacks are heartedly welcomed!
معلومات أساسية عن التمديد
الاسم | |
ID | fiiiahdbpgbkoimldhcgknelkiannjki |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/local-weather/fiiiahdbpgbkoimldhcgknelkiannjki |
الوصف | Shows you local weather. Auto determines your location and fetch weather details on its basis |
حجم الملف | 173 KB |
عدد التثبيتات | 265 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2016-09-01 |
تاريخ النشر | 2016-09-01 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | Builtin Genius |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_popup": "popup.html", "default_title": "Local weather" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Local Weather", "permissions": [ "storage", "geolocation", "tabs", "https:\/\/api.openweathermap.org\/*", "http:\/\/api.openweathermap.org\/*", "http:\/\/ajax.googleapis.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4" } |