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是由bhavyac045开发的Chrome扩展程序,该扩展的主要功能是“This new tab with changing wallpaper will display weather and date/time at user's current location”。

扩展截图

screenshot
screenshot

下载Custom Tab Extension扩展crx文件

下载Custom Tab Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}