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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.mysw.ag และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MySwag

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}