MySwag

Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list

MySwagとは何ですか?

MySwagはhttp://www.mysw.agによって開発されたChromeの拡張機能で、その主な機能は「Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Join MySwag to save and share all the things you really want, from any store. It’s completely free.                    

拡張機能の基本情報

名前 MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
公式URL https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
説明 Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
ファイルサイズ 256 KB
インストール数 38
現在のバージョン 2.6
最終更新日 2018-10-10
公開日 2018-10-10
評価 5.00/5 合計 1 レビュー
開発者 http://www.mysw.ag
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.mysw.ag
ヘルプページのURL http://www.mysw.ag
プライバシーポリシーページのURL http://www.mysw.ag/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MySwag",
    "version": "2.6",
    "manifest_version": 2,
    "description": "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list",
    "icons": {
        "19": "img\/MySwagLogo-19.png",
        "48": "img\/MySwagLogo-48.png",
        "128": "img\/MySwagLogo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/MySwagLogo-19.png",
            "38": "img\/MySwagLogo-38.png"
        },
        "default_title": "Add this product your MySwag wishlist"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.js",
                "jquery-ui.js",
                "functions.js"
            ],
            "css": [
                "content.css",
                "jquery-ui.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.mysw.ag\/",
        "background",
        ""
    ]
}