Custom Tab Extension

This new tab with changing wallpaper will display weather and date/time at user's current location

ما هو Custom Tab Extension؟

Custom Tab Extension هو إضافة Chrome تم تطويرها بواسطة bhavyac045، والميزة الرئيسية لها هي "This new tab with changing wallpaper will display weather and date/time at user's current location".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Custom Tab Extension

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

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

                        This customized new tab with changing wallpaper will display weather and date/time at user's current location. Link to Covid-19 alerts and Gmail are added advantage.                    

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

الاسم Custom Tab Extension Custom Tab Extension
ID fdmjinolaboakdlcnlclmnkklkfgapnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd
الوصف This new tab with changing wallpaper will display weather and date/time at user's current location
حجم الملف 702 KB
عدد التثبيتات 57
النسخة الحالية 3
آخر تحديث 2020-08-26
تاريخ النشر 2020-05-05
المطور bhavyac045
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Tab Extension",
    "description": "This new tab with changing wallpaper will display weather and date\/time at user's current location",
    "version": "3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "content.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "browser_action": {
        "default_title": "Custom Tab"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "identity",
        "identity.email"
    ]
}