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 là gì?

MySwag là một tiện ích mở rộng Chrome được phát triển bởi http://www.mysw.ag, và tính năng chính của nó là "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MySwag

Tải xuống các tệp mở rộng MySwag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
URL Chính Thức https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Mô tả Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
Kích Thước Tệp 256 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2018-10-10
Ngày Phát Hành 2018-10-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.mysw.ag
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.mysw.ag
URL Trang Trợ Giúp http://www.mysw.ag
URL Trang Chính Sách Bảo Mật http://www.mysw.ag/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}