Shop Tab
Shopping offers on your new tab page
什麼是Shop Tab?
Shop Tab是由https://shoptab.xyz開發的Chrome擴展程式,該擴展的主要功能是“Shopping offers on your new tab page”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | joibigklafjifpdedgpgfhhgnlafbidk |
| 官方網址 | 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
} | |