JustSnipe
Snipe an eBay item
JustSnipeคืออะไร?
JustSnipe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย publisher และคุณลักษณะหลักของมันคือ "Snipe an eBay item"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JustSnipe
ดาวน์โหลดไฟล์ส่วนขยาย JustSnipe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a "Snipe" button alongside your Chrome address bar, which, when pressed, opens up a new small popup window letting you easily snipe the eBay auction you're looking at.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | afadkgjmkpljbeihpknjfoidhihddgnb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/justsnipe/afadkgjmkpljbeihpknjfoidhihddgnb |
คำอธิบาย | Snipe an eBay item |
ขนาดไฟล์ | 6.49 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2014-03-19 |
วันที่เผยแพร่ | 2014-03-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | publisher |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.justsnipe.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "justsnipe_19x19.png", "default_title": "JustSnipe" }, "description": "Snipe an eBay item", "icons": { "128": "editable-icon.png" }, "name": "JustSnipe", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "2.0", "manifest_version": 2 } |