Wantlist

Save lists of items you want on the internet.

Wantlistคืออะไร?

Wantlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wantlistapp.com และคุณลักษณะหลักของมันคือ "Save lists of items you want on the internet."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Wantlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Create a single wishlist for all your favorite shopping websites!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wantlist Wantlist
ID njmfakdckjipeiiddihjcipkgbnemagm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm
คำอธิบาย Save lists of items you want on the internet.
ขนาดไฟล์ 39.35 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.21
อัปเดตครั้งล่าสุด 2013-04-13
วันที่เผยแพร่ 2013-04-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://wantlistapp.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://wantlistapp.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save lists of items you want on the internet.",
    "name": "Wantlist",
    "permissions": [
        "http:\/\/*.wantlistapp.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*"
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "amazon.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.wantlistapp.com\/*"
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "wantlistapp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "version": "0.21"
}