Wishlist

The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…

Wishlistとは何ですか?

Wishlistはhttp://w1shlist.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply highlights images on a current page, allowing the user to select one to add to their wishlist, which is displayed on the web app. Please note that you must be logged in to Wishlist to use extension.                    

拡張機能の基本情報

名前 Wishlist Wishlist
ID lopficaepgghcelaeifkmgpcfhfdlkik
公式URL https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik
説明 The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
ファイルサイズ 52.04 KB
インストール数 275
現在のバージョン 1.0
最終更新日 2014-08-04
公開日 2014-08-04
評価 3.86/5 合計 7 レビュー
開発者 http://w1shlist.herokuapp.com
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wishlist",
    "short_name": "Add things to your wishlist.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Wishlist",
        "default_icon": "icons\/icon21.png"
    },
    "icons": {
        "16": "icons\/icon21.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "vendors\/jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/w1shlist.herokuapp.com\/; object-src 'self'"
}