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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wantlist
قم بتنزيل ملفات الامتداد Wantlist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Create a single wishlist for all your favorite shopping websites!
معلومات أساسية عن التمديد
الاسم | |
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" } |