Fresh Tab
Browse the web with Fresh!
什么是Fresh Tab?
Fresh Tab是由https://fresh-tab.com开发的Chrome扩展程序,该扩展的主要功能是“Browse the web with Fresh!”。
扩展截图
下载Fresh Tab扩展crx文件
下载Fresh Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open your new tab and see a beautiful new background, update, check the time right in front of your eyes and then perform a search using Fresh Tab new tab and get the latest results. The search within the extension will be provided by Microsoft Bing. This extension changes your existing new tab page and provides the features below: - Latest News. - Current date & time. - Popular useful links. - Awesome Background Images. - New tab search box provided by Microsoft Bing. Use the new tab search box to search your desired information, images, videos, and more. FreshTab is with you all the way through to your search results page. This extension is free to download from the Chrome Web store By clicking ADD TO CHROME, you accept and agree to installing the FreshTab extension and setting Chrome™ New Tab to that provided by the service with web search by Google, and the Terms of Use and Privacy Policy. Terms of Service: https://fresh-tab.com/term-condition.html Privacy Policy: https://fresh-tab.com/privacy-policy.html
扩展基本信息
名称 | Fresh Tab |
ID | opckhodabhjkkajadmhgbafcbpipfkdm |
官方URL | https://chromewebstore.google.com/detail/fresh-tab/opckhodabhjkkajadmhgbafcbpipfkdm |
简介 | Browse the web with Fresh! |
文件大小 | 1.66 MB |
安装次数 | 20 |
当前版本 | 1.4 |
更新时间 | 2022-08-15 |
上架时间 | 2022-07-23 |
评分 | 5.00/5 共2次评分 |
开发者 | https://fresh-tab.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://fresh-tab.com/privacy-policy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fresh Tab", "description": "Browse the web with Fresh!", "version": "1.4", "manifest_version": 3, "action": { "default_icon": "img\/32.png" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "24": "img\/24.png", "32": "img\/32.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png", "256": "img\/256.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |