Summer Tab
Summer Tab
什麼是Summer Tab?
Summer Tab是由Green advex technology llc開發的Chrome擴展程式,該擴展的主要功能是“Summer Tab”。
擴展截圖
下載Summer Tab擴展crx文件
下載Summer Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension can change your new tab search. By clicking "Add to chrome", I accept and agree to installing the "SummerTab" Chrome extension and setting Chrome™ new tab search to that provided by BING as the service and the Terms of Use and Privacy Policy. Tabs with Latest News List and manage history block The new tab of your favorite browser will become more informative with the help of our extension. Features The new tab is equipped with: - the latest news block; - built-in weather forecast in the user's location; - quick links to popular messengers - manage history block. Try the SummerTab extension and personalize your browser! https://infoagroup.com/helps/priv.html - Privacy Policy https://infoagroup.com/helps/term.html - Terms of Use https://infoagroup.com/helps/contacts.html - Contact Us https://infoagroup.com/helps/about.html - About Us https://infoagroup.com/helps/un-install.html - Uninstall
擴展基本資訊
名稱 | Summer Tab |
ID | dclbdlgnlaodfbjghpdjiodbnlicgalo |
官方網址 | https://chromewebstore.google.com/detail/summer-tab/dclbdlgnlaodfbjghpdjiodbnlicgalo |
簡介 | Summer Tab |
檔案大小 | 7.81 MB |
安裝次數 | 56,440 |
目前版本 | 1.1.1 |
更新時間 | 2022-07-01 |
上架時間 | 2022-04-19 |
評分 | 5.00/5 共 10 次評分 |
開發者 | Green advex technology llc |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://infoagroup.com/helps/priv.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "summer-tab-128.png" } }, "chrome_url_overrides": { "newtab": "dist\/index.html" }, "background": { "service_worker": "background.js" }, "description": "Summer Tab", "icons": { "128": "summer-tab-128.png" }, "manifest_version": 3, "name": "Summer Tab", "permissions": [ "storage", "background", "history" ], "version": "1.1.1" } |