DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Was ist DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements ist eine Chrome-Erweiterung, die von http://3dwishlist.com entwickelt wurde, und ihr Hauptmerkmal ist "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
DAZ3D wishlist & item detail improvements-Erweiterungs-CRX-Datei herunterladen
Laden Sie DAZ3D wishlist & item detail improvements-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
Offizielle URL | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Beschreibung | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Dateigröße | 5.15 KB |
Installationsanzahl | 58 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2014-06-26 |
Veröffentlichungsdatum | 2014-06-26 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://3dwishlist.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://3dwishlist.com/specials |
Unterstützte Sprachen | 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" } |