Weather
Stylish weather add-on for your browser.
ما هو Weather؟
Weather هو إضافة Chrome تم تطويرها بواسطة Karl، والميزة الرئيسية لها هي "Stylish weather add-on for your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Weather
قم بتنزيل ملفات الامتداد Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Weather is a very lite addon that let you easily check your local weather forecast right in the browser. Just open toolbar popup and search for your desired city and then press enter. The addon will look for the weather info and renders the UI after few seconds. You can check the current weather temperature, wind speed, visibility and humidity and more. Plus, daily weather forecast and hourly weather info are also available in toolbar popup UI. Note: If you see any bugs, or you have a feature request, please email me ( karl [dot] svothye [at] gmail [dot] com ) with the bug details. I will try to fix the issues in the next update.
معلومات أساسية عن التمديد
الاسم | Weather |
ID | ialodjkaifigeaffjdbifgeimoaccidp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/weather/ialodjkaifigeaffjdbifgeimoaccidp |
الوصف | Stylish weather add-on for your browser. |
حجم الملف | 1.26 MB |
عدد التثبيتات | 1,002 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2018-05-22 |
تاريخ النشر | 2018-05-22 |
تقييم | 3.86/5 مجموع تقييمات 7 |
المطور | Karl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://eccorem.com/apps/weather-app.html |
عنوان صفحة المساعدة | http://eccorem.com/apps/weather-app.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "short_name": "weather-app", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "homepage_url": "http:\/\/eccorem.com\/apps\/weather-app.html", "permissions": [ "storage", "alarms", "contextMenus", "idle", "notifications" ], "background": { "scripts": [ "background.js", "serviceConfig.js" ], "persistent": false }, "browser_action": { "default_popup": "data\/popup\/popup.html", "default_title": "__MSG_browser_action_title__", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |