Time and Weather Tab

Minimal New Tab Page.

ما هو Time and Weather Tab؟

Time and Weather Tab هو إضافة Chrome تم تطويرها بواسطة wilsodadeveloper، والميزة الرئيسية لها هي "Minimal New Tab Page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Time and Weather Tab

قم بتنزيل ملفات الامتداد Time and Weather Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A minimal new tab page that shows the time and current weather.                    

معلومات أساسية عن التمديد

الاسم Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
عنوان URL الرسمي https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
الوصف Minimal New Tab Page.
حجم الملف 41.82 KB
عدد التثبيتات 43
النسخة الحالية 1.0
آخر تحديث 2017-02-16
تاريخ النشر 2017-02-16
تقييم 3.80/5 مجموع تقييمات 5
المطور wilsodadeveloper
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}

الامتدادات ذات الصلة