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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Add to Babylist Button Add to Babylist Button
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
Eメール [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
}