DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Hvad er DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements er en Chrome-udvidelse udviklet af http://3dwishlist.com, og dens hovedfunktion er "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
Download DAZ3D wishlist & item detail improvements-udvidelses-CRX-fil
Download DAZ3D wishlist & item detail improvements-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
Officiel URL | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Beskrivelse | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Filstørrelse | 5.15 KB |
Antal Installationer | 58 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2014-06-26 |
Udgivelsesdato | 2014-06-26 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | http://3dwishlist.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://3dwishlist.com/specials |
Understøttede Sprog | 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" } |