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 http://3dwishlist.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DAZ3D wishlist & item detail improvements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |