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
电子邮箱 [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",
        ""
    ]
}