TabEasy
Customize your new tab page
什么是TabEasy?
TabEasy是由Tab Easy开发的Chrome扩展程序,该扩展的主要功能是“Customize your new tab page”。
扩展截图
下载TabEasy扩展crx文件
下载TabEasy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TabEasy transforms your chrome browser to display lovely wallpapers. Personalize your browser the way you want to and get to your bookmarks and apps with just one click or utilize the search bar and find what you want from the web within seconds. Also make use of the calendar, notes and date and time features available within TabEasy. The search experience within TabEasy is provided by Microsoft Bing Install TabEasy Today! To remove the extension from Google Chrome™: 1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome™ browser. 2) Go to "Settings.” 3) In the left menu that appears, click on "Extensions.” 4) From the list of installed Extensions, locate the extension you would like to uninstall. About Us: www.tab-easy.com/about-us.html Contact Us: www.tab-easy.com/contact-us.html Terms of Use: www.tab-easy.com/terms-condition.html Privacy Policy: www.tab-easy.com/privacy-policy.html
扩展基本信息
名称 | TabEasy |
ID | kfbpeimmmidfldkgcpkfomeakgllmfib |
官方URL | https://chromewebstore.google.com/detail/tabeasy/kfbpeimmmidfldkgcpkfomeakgllmfib |
简介 | Customize your new tab page |
文件大小 | 3.59 MB |
安装次数 | 11,558 |
当前版本 | 1.7 |
更新时间 | 2023-03-20 |
上架时间 | 2021-10-25 |
开发者 | Tab Easy |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.tab-easy.com/privacy-policy.html |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabEasy", "version": "1.7", "manifest_version": 3, "description": "Customize your new tab page", "permissions": [ "geolocation" ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "images\/icon-16X16.png", "default_title": "Welcome to TabEasy" }, "icons": { "16": "images\/icon-16X16.png", "32": "images\/icon-32X32.png", "48": "images\/icon-48X48.png", "128": "images\/icon-128X128.png" } } |