Wantlist

Save lists of items you want on the internet.

Wantlistとは何ですか?

Wantlistはhttp://wantlistapp.comによって開発されたChromeの拡張機能で、その主な機能は「Save lists of items you want on the internet.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Create a single wishlist for all your favorite shopping websites!                    

拡張機能の基本情報

名前 Wantlist Wantlist
ID njmfakdckjipeiiddihjcipkgbnemagm
公式URL https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm
説明 Save lists of items you want on the internet.
ファイルサイズ 39.35 KB
インストール数 22
現在のバージョン 0.21
最終更新日 2013-04-13
公開日 2013-04-13
評価 5.00/5 合計 1 レビュー
開発者 http://wantlistapp.com
支払い方法 free
拡張機能のウェブサイト http://wantlistapp.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save lists of items you want on the internet.",
    "name": "Wantlist",
    "permissions": [
        "http:\/\/*.wantlistapp.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*"
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "amazon.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.wantlistapp.com\/*"
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "wantlistapp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "version": "0.21"
}