Forecast.io Weather
Simple, accurate weather forecast.
ما هو Forecast.io Weather؟
Forecast.io Weather هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/haroldmartin، والميزة الرئيسية لها هي "Simple, accurate weather forecast.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Forecast.io Weather
قم بتنزيل ملفات الامتداد Forecast.io Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* Fast weekly weather forecast in popup.
* Icon shows sunrise/sunset countdown.
* If you want to know the current temperature, go outside.
* Latest version fixes Celsius / Fahrenheit switching bug.
Courtesy of http://Forecast.io
https://github.com/hbmartin/chrome-forecast معلومات أساسية عن التمديد
| الاسم | |
| ID | mimfincbphlfoohpgppnphclbbnbmofc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
| الوصف | Simple, accurate weather forecast. |
| حجم الملف | 63.45 KB |
| عدد التثبيتات | 240 |
| النسخة الحالية | 2.2.1 |
| آخر تحديث | 2015-04-15 |
| تاريخ النشر | 2015-04-14 |
| تقييم | 2.61/5 مجموع تقييمات 18 |
| المطور | https://sites.google.com/site/haroldmartin |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://forecast.io |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Forecast.io Weather",
"version": "2.2.1",
"description": "Simple, accurate weather forecast.",
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"scripts": [
"sun\/Time.js",
"sun\/JulianDay.js",
"sun\/SolarPosition.js",
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_title": "Forecast.io",
"default_popup": "popup.html"
},
"manifest_version": 2,
"permissions": [
"alarms",
"storage",
"geolocation",
"*:\/\/*.forecast.io\/*",
"*:\/\/*.github.com\/hbmartin\/zip-code-json\/*"
]
} | |