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
官方網址 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",
        ""
    ]
}