search popsike.com

for any eBay vinyl record, check prices on popsike.com

search popsike.comคืออะไร?

search popsike.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.popsike.com และคุณลักษณะหลักของมันคือ "for any eBay vinyl record, check prices on popsike.com"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย search popsike.com

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

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

                        Are you looking at a vinyl record on eBay and wondering about the value ? With a click on the icon you will see a list of similar search terms with prices, taken from the popsike.com website. This gives you a quick overview - for more details, click on the listed items and you will be taken to the popsike.com website (in a new window).                    

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

ชื่อ search popsike.com search popsike.com
ID ejknaijendfekkinlklljlbkopldonei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-popsikecom/ejknaijendfekkinlklljlbkopldonei
คำอธิบาย for any eBay vinyl record, check prices on popsike.com
ขนาดไฟล์ 48.15 KB
จำนวนการติดตั้ง 509
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-09-13
วันที่เผยแพร่ 2017-09-12
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.popsike.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.popsike.com
URL หน้าช่วยเหลือ http://www.popsike.com/php/contact.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "search popsike.com",
    "short_name": "popsike.com",
    "description": "for any eBay vinyl record, check prices on popsike.com ",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.popsike.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon24.png",
        "default_popup": "popup.html",
        "default_title": "search popsike.com!"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ]
}