JustSnipe
Snipe an eBay item
ما هو JustSnipe؟
JustSnipe هو إضافة Chrome تم تطويرها بواسطة publisher، والميزة الرئيسية لها هي "Snipe an eBay item".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JustSnipe
قم بتنزيل ملفات الامتداد JustSnipe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |