Quick Shop
Creates an easier online shopping experience by generating new tabs for any item you search.
ما هو Quick Shop؟
Quick Shop هو إضافة Chrome تم تطويرها بواسطة oelbarmawi، والميزة الرئيسية لها هي "Creates an easier online shopping experience by generating new tabs for any item you search.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Shop
قم بتنزيل ملفات الامتداد Quick Shop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Weigh your options with Quick Shop. Today, online shopping has become so common that people don’t even need to leave their homes anymore in order to make purchases. With Quick Shop, online shopping has become a whole lot easier. Just type in the item you’re looking for, check the boxes corresponding to each website you want to search, and hit Shop. Quick Shop will open new tabs that will direct you to the item of your choice for each of your selected websites. "What are you searching for?" -Anon.
معلومات أساسية عن التمديد
الاسم | |
ID | bpgnpfacpnjjnenklidaddpkillmdkao |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quick-shop/bpgnpfacpnjjnenklidaddpkillmdkao |
الوصف | Creates an easier online shopping experience by generating new tabs for any item you search. |
حجم الملف | 35.43 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-01-29 |
تاريخ النشر | 2017-01-29 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | oelbarmawi |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Shop", "version": "1.0", "manifest_version": 2, "description": "Creates an easier online shopping experience by generating new tabs for any item you search.", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Quick Shop" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/ajax.googleapis.com\/" ] } |