Add to Babylist Button
Add items to your Babylist registry from any store.
什麼是Add to Babylist Button?
Add to Babylist Button是由https://babylist.com開發的Chrome擴展程式,該擴展的主要功能是“Add items to your Babylist registry from any store.”。
擴展截圖
下載Add to Babylist Button擴展crx文件
下載Add to Babylist Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension, you can add anything you like to your Babylist registry while browsing all of your favorite online stores. 擴展基本資訊
| 名稱 | |
| ID | jcmljanephecacpljcpiogonhhadfpda |
| 官方網址 | https://chromewebstore.google.com/detail/add-to-babylist-button/jcmljanephecacpljcpiogonhhadfpda |
| 簡介 | Add items to your Babylist registry from any store. |
| 檔案大小 | 23.06 KB |
| 安裝次數 | 33,338 |
| 目前版本 | 2.6.0 |
| 更新時間 | 2024-01-23 |
| 上架時間 | 2019-01-17 |
| 評分 | 4.17/5 共 23 次評分 |
| 開發者 | https://babylist.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.babylist.com/ |
| 說明頁面URL | https://www.babylist.com/help |
| 隱私政策頁面URL | https://www.babylist.com/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_title": "Add to Babylist Button",
"default_icon": "assets\/icon-128.png"
},
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"name": "Add to Babylist Button",
"description": "Add items to your Babylist registry from any store.",
"homepage_url": "https:\/\/www.babylist.com",
"permissions": [
"activeTab",
"cookies",
"declarativeNetRequest",
"webRequest",
"*:\/\/*.babylist.com\/*"
],
"version": "2.6.0",
"manifest_version": 2
} | |