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
擴展基本資訊
名稱 | JoyVault Tab |
ID | hoecmflhliaomjcmambbllieaebopann |
官方網址 | 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" ] } |