The Weather
Look at THE WEATHER: easy, quick and concise
ما هو The Weather؟
The Weather هو إضافة Chrome تم تطويرها بواسطة http://www.kissappsl.com، والميزة الرئيسية لها هي "Look at THE WEATHER: easy, quick and concise".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Weather
قم بتنزيل ملفات الامتداد The Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
معلومات أساسية عن التمديد
الاسم | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
الوصف | Look at THE WEATHER: easy, quick and concise |
حجم الملف | 162 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 1.01 |
آخر تحديث | 2021-02-10 |
تاريخ النشر | 2020-12-26 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://www.kissappsl.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | http://kissappsl.com/app/the-weather-extension/ |
عنوان صفحة المساعدة | http://kissappsl.com |
عنوان صفحة سياسة الخصوصية | http://kissappsl.com/pages/privacy-policy |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |