JoyVault Tab
JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
什么是JoyVault Tab?
JoyVault Tab是由https://joyvault.info开发的Chrome扩展程序,该扩展的主要功能是“JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.”。
扩展截图
下载JoyVault Tab扩展crx文件
下载JoyVault Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Presenting JoyVault Tab, an incredible tab extension that revolutionizes your browsing experience into a personalized and delightful journey. With this extension, you can personalize your new tab page with a wide range of vibrant ecards and heartfelt greetings for any occasion imaginable.
By clicking "Add to chrome", I accept and agree to installing the "JoyVault" tab extension and setting Chrome New Tab search to JoyVault provided by the service and the Terms of Use at https://joyvault.info/?pg=3 and Privacy Policy at https://joyvault.info/?pg=2 扩展基本信息
| 名称 | |
| ID | hoecmflhliaomjcmambbllieaebopann |
| 官方URL | https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann |
| 简介 | JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion. |
| 文件大小 | 45.29 KB |
| 安装次数 | 1,016 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-08-16 |
| 上架时间 | 2023-06-22 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | https://joyvault.info |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://joyvault.info/ |
| 帮助页面URL | https://joyvault.info/?pg=5 |
| 隐私政策页面URL | https://joyvault.info?pg=2 |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JoyVault Tab",
"description": "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.",
"version": "1.1",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
} | |