UP Tab

UP brings you a NewTab with Time, Date and Search

什么是UP Tab?

UP Tab是由https://coinup.org开发的Chrome扩展程序,该扩展的主要功能是“UP brings you a NewTab with Time, Date and Search”。

扩展截图

screenshot

下载UP Tab扩展crx文件

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

扩展使用说明

                        UP Tab will replace your default Newtab.
UP Tab will show you Time, Date and beautiful wallpaper.

Search with CoinUP and earn points to spend on your favorite games or gift cards.
Go to coinup.org for more info                    

扩展基本信息

名称 UP Tab UP Tab
ID ackfacgcbokflmiamcckdpcmdnkommof
官方URL https://chromewebstore.google.com/detail/up-tab/ackfacgcbokflmiamcckdpcmdnkommof
简介 UP brings you a NewTab with Time, Date and Search
文件大小 2.17 MB
安装次数 31,273
当前版本 2.0.2
更新时间 2019-06-20
上架时间 2019-06-20
评分 4.50/5 共6次评分
开发者 https://coinup.org
电子邮箱 [email protected]
付费类型 free
扩展官网 http://coinup.org
帮助页面URL http://coinup.org/view.aspx?s=howto
隐私政策页面URL https://coinup.org/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "UP Tab",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "UP brings you a NewTab with Time, Date and Search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}