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