DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Co je DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements je rozšíření Chrome vyvinuté http://3dwishlist.com, a jeho hlavní funkcí je „Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.“.
Stáhnout soubor CRX rozšíření DAZ3D wishlist & item detail improvements
Stáhněte si soubory rozšíření DAZ3D wishlist & item detail improvements ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
Oficiální URL | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Popis | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Velikost souboru | 5.15 KB |
Počet instalací | 58 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2014-06-26 |
Datum Vydání | 2014-06-26 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | http://3dwishlist.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://3dwishlist.com/specials |
Podporované Jazyky | 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" } |