WUTemp
This extension shows the temperature of a Weather Underground station
ما هو WUTemp؟
WUTemp هو إضافة Chrome تم تطويرها بواسطة Engineered Musings، والميزة الرئيسية لها هي "This extension shows the temperature of a Weather Underground station".
تحميل ملف CRX للإضافة WUTemp
قم بتنزيل ملفات الامتداد WUTemp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.
معلومات أساسية عن التمديد
الاسم | WUTemp |
ID | lepomagompeaddljdclflabddeoagdfc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
الوصف | This extension shows the temperature of a Weather Underground station |
حجم الملف | 19.71 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.5 |
آخر تحديث | 2016-04-07 |
تاريخ النشر | 2016-04-07 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | Engineered Musings |
نوع الدفع | free |
موقع الإضافة | http://engineeredmusings.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WUTemp", "description": "This extension shows the temperature of a Weather Underground station", "version": "1.5", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/stationdata.wunderground.com\/", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |