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 |
| 官方URL | 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
} | |