WUTemp extension
View the active temperature of a Weather Underground Station
ما هو WUTemp extension؟
WUTemp extension هو إضافة Chrome تم تطويرها بواسطة Eryk.io، والميزة الرئيسية لها هي "View the active temperature of a Weather Underground Station".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WUTemp extension
قم بتنزيل ملفات الامتداد WUTemp extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome Extension to view the active temperature of a Weather Underground Station. Features: - Updates every 5 minutes - Click on icon to view Station page at Weather Underground - Options page to set Station ID, Celcius/Fahrenheit and refresh interval. Updated v1.1: - Change refresh interval on the Options page.
معلومات أساسية عن التمديد
الاسم | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
الوصف | View the active temperature of a Weather Underground Station |
حجم الملف | 40.22 KB |
عدد التثبيتات | 1,901 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-03-16 |
تاريخ النشر | 2016-03-16 |
تقييم | 3.46/5 مجموع تقييمات 35 |
المطور | Eryk.io |
نوع الدفع | free |
موقع الإضافة | https://eryk.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WUTemp extension", "version": "1.1", "manifest_version": 2, "description": "View the active temperature of a Weather Underground Station", "options_page": "options.html", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.wunderground.com\/", "storage" ] } |