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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}