Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
ما هو Simple Weather Report؟
Simple Weather Report هو إضافة Chrome تم تطويرها بواسطة https://romanoff.io، والميزة الرئيسية لها هي "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Weather Report
قم بتنزيل ملفات الامتداد Simple Weather Report بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C) معلومات أساسية عن التمديد
| الاسم | |
| ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
| الوصف | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
| حجم الملف | 824 KB |
| عدد التثبيتات | 380 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2020-08-25 |
| تاريخ النشر | 2020-08-16 |
| تقييم | 4.00/5 مجموع تقييمات 3 |
| المطور | https://romanoff.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"name": "Simple Weather Report",
"version": "1.0.2",
"manifest_version": 2,
"description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.",
"author": "Michael Romanoff, [email protected]",
"homepage_url": "https:\/\/romanoff.io",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Simple Weather Report",
"default_popup": "src\/dist\/index.html"
},
"content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |