DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Vad är DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements är en Chrome-tillägg utvecklad av http://3dwishlist.com, och dess huvudfunktion är "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
Ladda ner DAZ3D wishlist & item detail improvements-förlängningens CRX-fil
Ladda ner DAZ3D wishlist & item detail improvements-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
Officiell webbadress | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Beskrivning | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Filstorlek | 5.15 KB |
Antal Installationer | 58 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-06-26 |
Publiceringsdatum | 2014-06-26 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | http://3dwishlist.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://3dwishlist.com/specials |
Stödda Språk | 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" } |