DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
O que é DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements é uma extensão do Chrome desenvolvida por http://3dwishlist.com, e sua principal característica é "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
Baixar o arquivo CRX da Extensão DAZ3D wishlist & item detail improvements
Baixe arquivos de extensão DAZ3D wishlist & item detail improvements no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
URL Oficial | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Descrição | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Tamanho do Arquivo | 5.15 KB |
Contagem de Instalações | 58 |
Versão Atual | 1.0.2 |
Última Atualização | 2014-06-26 |
Data de Publicação | 2014-06-26 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | http://3dwishlist.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://3dwishlist.com/specials |
Idiomas Suportados | 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" } |