DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
ما هو DAZ3D wishlist & item detail improvements؟
DAZ3D wishlist & item detail improvements هو إضافة Chrome تم تطويرها بواسطة http://3dwishlist.com، والميزة الرئيسية لها هي "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
تحميل ملف CRX للإضافة DAZ3D wishlist & item detail improvements
قم بتنزيل ملفات الامتداد DAZ3D wishlist & item detail improvements بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple user-script that improves the look of the DAZ3D site wishlist and product detail pages. It eliminates the tabs on product details pages, and adds a link to the README next to the wishlist icon. On the wishlist, it increases the font size of the prices and adds a 'show specials' link at the top that filters the list of items to JUST those with special prices.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
الوصف | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
حجم الملف | 5.15 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2014-06-26 |
تاريخ النشر | 2014-06-26 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | http://3dwishlist.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://3dwishlist.com/specials |
اللغات المدعومة | en-US |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [], "js": [ "script.js" ], "matches": [ "http:\/\/forum.daz3d.com\/*", "http:\/\/forumarchive.daz3d.com\/*", "http:\/\/www.daz3d.com\/*", "https:\/\/www.daz3d.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Improve the look\/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.", "manifest_version": 2, "name": "DAZ3D wishlist & item detail improvements", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |