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
Eメール [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
}