DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Cos'è DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements è un'estensione di Chrome sviluppata da http://3dwishlist.com, e la sua funzione principale è "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
Scarica il file CRX dell'estensione DAZ3D wishlist & item detail improvements
Scarica i file di estensione DAZ3D wishlist & item detail improvements in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
URL Ufficiale | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Descrizione | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Dimensione del File | 5.15 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-06-26 |
Data di Pubblicazione | 2014-06-26 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | http://3dwishlist.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://3dwishlist.com/specials |
Lingue Supportate | 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" } |