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 |
| Eメール | [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"
]
} | |