DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Co to jest DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements to rozszerzenie Chrome opracowane przez http://3dwishlist.com, a jego główną funkcją jest „Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.”.
Pobierz plik CRX rozszerzenia DAZ3D wishlist & item detail improvements
Pobierz pliki rozszerzeń DAZ3D wishlist & item detail improvements w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
Oficjalny URL | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Opis | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Rozmiar pliku | 5.15 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2014-06-26 |
Data Publikacji | 2014-06-26 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | http://3dwishlist.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://3dwishlist.com/specials |
Obsługiwane Języki | 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" } |