Chatty Weather
This extension will chat with you about the weather
ما هو Chatty Weather؟
Chatty Weather هو إضافة Chrome تم تطويرها بواسطة chattyweather، والميزة الرئيسية لها هي "This extension will chat with you about the weather".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chatty Weather
قم بتنزيل ملفات الامتداد Chatty Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Your friendly weather extension.
معلومات أساسية عن التمديد
الاسم | |
ID | kmkjddohbekfajbhmggnbpcgppgldnjh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh |
الوصف | This extension will chat with you about the weather |
حجم الملف | 79.46 KB |
عدد التثبيتات | 93 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2016-09-06 |
تاريخ النشر | 2016-09-06 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | chattyweather |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatty Weather", "version": "0.0.1", "manifest_version": 2, "description": "This extension will chat with you about the weather", "homepage_url": "https:\/\/chattyweather.herokuapp.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Chatty Weather", "default_popup": "popup.html" }, "permissions": [ "geolocation" ] } |