Shop Tab

Shopping offers on your new tab page

什么是Shop Tab?

Shop Tab是由https://shoptab.xyz开发的Chrome扩展程序,该扩展的主要功能是“Shopping offers on your new tab page”。

扩展截图

screenshot

下载Shop Tab扩展crx文件

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

扩展使用说明

                        Improve your new tab experience!
With this one single extension you can get the latest news about shopping!
Every time you open a new tab, you can read daily news about your favorite topic.
News feed by retailmenot.com

This extension sets a new tab page with a search bar provided by Microsoft Bing.

Privacy:
Your privacy matters. Here's how we protect it: 
Privacy: https://shoptab.xyz/privacy
Terms Of Use: https://shoptab.xyz/tos

By clicking "Add to chrome", I accept and agree to installing Shop Tab Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.                    

扩展基本信息

名称 Shop Tab Shop Tab
ID joibigklafjifpdedgpgfhhgnlafbidk
官方URL https://chromewebstore.google.com/detail/shop-tab/joibigklafjifpdedgpgfhhgnlafbidk
简介 Shopping offers on your new tab page
文件大小 1.27 MB
安装次数 26,066
当前版本 1.4
更新时间 2023-10-05
上架时间 2023-03-20
评分 4.60/5 共493次评分
开发者 https://shoptab.xyz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://shoptab.xyz
隐私政策页面URL https://shoptab.xyz/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Shopping offers on your new tab page",
    "version": "1.4",
    "name": "Shop Tab",
    "short_name": "Shop Tab",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/shoptab.xyz\/*"
        ]
    },
    "manifest_version": 3
}