Basket

Easily save and share your favorite links through Basket!

Basketとは何ですか?

Basketはhttps://mybasketsapp.comによって開発されたChromeの拡張機能で、その主な機能は「Easily save and share your favorite links through Basket!」です。

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

screenshot
screenshot

Basket拡張機能のCRXファイルをダウンロード

Basket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Basket Chrome Extension allows users to easily share and save their favorite web pages. Once you have logged into the Basket website, use the extension to  send links to your friends, save links to your baskets, and see links friends sent you, without ever having to leave the page you are on.

Features:
• Share a web page with a friend in 2 simple clicks.
• Save a web page, also with 2 simple clicks.
• See links your friends sent you without ever leaving your page.                    

拡張機能の基本情報

名前 Basket Basket
ID jcglidocjalkkefbmnobddombekpancl
公式URL https://chromewebstore.google.com/detail/basket/jcglidocjalkkefbmnobddombekpancl
説明 Easily save and share your favorite links through Basket!
ファイルサイズ 509 KB
インストール数 14
現在のバージョン 0.9.9.9
最終更新日 2015-06-20
公開日 2015-06-19
評価 5.00/5 合計 1 レビュー
開発者 https://mybasketsapp.com
支払い方法 free
拡張機能のウェブサイト http://mybasketsapp.herokuapp.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basket",
    "short_name": "Basket",
    "version": "0.9.9.9",
    "description": "Easily save and share your favorite links through Basket!",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "http:\/\/*\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.facebook.com\/*",
        "http:\/\/127.0.0.1:3000\/*"
    ],
    "browser_action": {
        "default_icon": "\/icons\/basketgreen128.png",
        "default_title": "Basket",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/basketgreen16.png",
        "48": "\/icons\/basketgreen48.png",
        "128": "\/icons\/basketgreen128.png"
    }
}