Weather Tab
A beautifully simple 5 day forecast, every time you open a new tab.
ما هو Weather Tab؟
Weather Tab هو إضافة Chrome تم تطويرها بواسطة Brett Marshall، والميزة الرئيسية لها هي "A beautifully simple 5 day forecast, every time you open a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Weather Tab
قم بتنزيل ملفات الامتداد Weather Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The weather is based off your IP address. This is currently only available in the USA and Canada. ------------------------- Future plans include: ------------------------- Having a location picker, in case the IP address location is not correct. More descriptive icons More descriptive backgrounds.
معلومات أساسية عن التمديد
الاسم | Weather Tab |
ID | jkodnifelbhifjfgpkgdacnpibholcna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/weather-tab/jkodnifelbhifjfgpkgdacnpibholcna |
الوصف | A beautifully simple 5 day forecast, every time you open a new tab. |
حجم الملف | 42.68 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-01-03 |
تاريخ النشر | 2017-01-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Brett Marshall |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Tab", "description": "A beautifully simple 5 day forecast, every time you open a new tab.", "version": "1.0.3", "manifest_version": 2, "icons": { "16": "extension-logo-32.png", "32": "extension-logo-64.png", "48": "extension-logo-96.png", "128": "extension-logo-128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |