Compare prices on Amazon
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
ما هو Compare prices on Amazon؟
Compare prices on Amazon هو إضافة Chrome تم تطويرها بواسطة javiacker، والميزة الرئيسية لها هي "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Compare prices on Amazon
قم بتنزيل ملفات الامتداد Compare prices on Amazon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
معلومات أساسية عن التمديد
الاسم | Compare prices on Amazon |
ID | klahfmbhkegkhbcagopekafimjlccfmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi |
الوصف | Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it |
حجم الملف | 84.8 KB |
عدد التثبيتات | 206 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-01-07 |
تاريخ النشر | 2014-01-07 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | javiacker |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compare prices on Amazon", "version": "1.0", "description": "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it", "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "page_action": { "default_icon": "icon-128.png", "default_title": "Compare prices in Amazon!", "default_popup": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js" ] } ], "permissions": [ "tabs", "https:\/\/secure.flickr.com\/", "http:\/\/secure-ridge-4170.herokuapp.com\/", "http:\/\/www.amazon.es\/" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |