Boxagon

Find, manage, and share collections of stuff that goes well together.

什么是Boxagon?

Boxagon是由https://boxagon.com开发的Chrome扩展程序,该扩展的主要功能是“Find, manage, and share collections of stuff that goes well together.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Boxagon扩展crx文件

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

扩展使用说明

                        Boxagon is a social commerce platform where you can create and discover collections or “boxes” of items that go well together for all types of situations. So if you’re getting a dog or running your first marathon, you can search through the site and see boxes with items that other users recommend for these events. The concept is similar to how people on fashion sites match pieces of clothing to create amazing outfits, but we’re applying it to a much wider audience.

The Boxagon Chrome extension adds a button to your browser that appears when you are viewing an item on Amazon. It lets you add the item to a box in a quick and simple way.                    

扩展基本信息

名称 Boxagon Boxagon
ID bddnejeoadoohbhkedcdmgeeacfhoicj
官方URL https://chromewebstore.google.com/detail/boxagon/bddnejeoadoohbhkedcdmgeeacfhoicj
简介 Find, manage, and share collections of stuff that goes well together.
文件大小 140 KB
安装次数 59
当前版本 1.1.4
更新时间 2014-05-19
上架时间 2014-05-19
评分 3.67/5 共3次评分
开发者 https://boxagon.com
付费类型 free
扩展官网 http://boxagon.com
帮助页面URL http://boxagon.com/FAQ
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boxagon",
    "short_name": "Boxagon",
    "description": "Find, manage, and share collections of stuff that goes well together.",
    "version": "1.1.4",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0",
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/icons\/icon19.png",
        "default_title": "Boxagon Product Tagger"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "icons": {
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "widget.html",
        "\/js\/lib\/jquery-2.0.2.min.map"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.boxagon.com\/*",
            "*:\/\/*.amazon.com\/*"
        ]
    }
}