Add To Registry - Amazing Registry

Add gifts from any website to your Amazing Registry

什么是Add To Registry - Amazing Registry?

Add To Registry - Amazing Registry是由https://www.amazingregistry.com开发的Chrome扩展程序,该扩展的主要功能是“Add gifts from any website to your Amazing Registry”。

扩展截图

screenshot
screenshot
screenshot

下载Add To Registry - Amazing Registry扩展crx文件

下载Add To Registry - Amazing Registry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add gifts from any website to your Amazing Registry using the 'Add To Registry' chrome extension.  

After you found the gift you want, click the 'Add To Registry' chrome extension button, optionally add size & color comments, and click 'Add To Amazing Registry'.  It's that simple.

Amazing Registry is a free and easy way to register for all occasions.  Register at as many stores as you want, and you can add your store registries to your Amazing Registry.  Add gifts from any website using our 'Add To Registry' button.  Scan & add gifts using our mobile app.  All the gifts you want from all the stores you want them from will show up together on your one Amazing Registry.

Most of our users use Amazing Registry for their wedding registry or baby registry, but we have many people using it for holidays, birthdays, back to school and more.                    

扩展基本信息

名称 Add To Registry - Amazing Registry Add To Registry - Amazing Registry
ID fakaldmaepeakkcjljcakjphgknbbbmp
官方URL https://chromewebstore.google.com/detail/add-to-registry-amazing-r/fakaldmaepeakkcjljcakjphgknbbbmp
简介 Add gifts from any website to your Amazing Registry
文件大小 9.69 KB
安装次数 796
当前版本 1.1
更新时间 2014-11-19
上架时间 2014-11-19
评分 2.50/5 共2次评分
开发者 https://www.amazingregistry.com
付费类型 free
扩展官网 http://www.amazingregistry.com
帮助页面URL http://www.amazingregistry.com/help
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Add To Registry - Amazing Registry",
    "short_name": "Add To Registry",
    "description": "Add gifts from any website to your Amazing Registry",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "box19.png",
        "default_title": "Add To Registry - Amazing Registry"
    },
    "homepage_url": "http:\/\/www.amazingregistry.com",
    "icons": {
        "128": "box128.png",
        "48": "box48.png",
        "19": "box19.png",
        "16": "box16.png"
    }
}