DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Apa itu DAZ3D wishlist & item detail improvements?
DAZ3D wishlist & item detail improvements adalah ekstensi Chrome yang dikembangkan oleh http://3dwishlist.com, dan fitur utamanya adalah "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
Unduh Berkas CRX Ekstensi DAZ3D wishlist & item detail improvements
Unduh file ekstensi DAZ3D wishlist & item detail improvements dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
URL Resmi | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
Deskripsi | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
Ukuran File | 5.15 KB |
Jumlah Instalasi | 58 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-06-26 |
Tanggal Publikasi | 2014-06-26 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | http://3dwishlist.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://3dwishlist.com/specials |
Bahasa yang Didukung | 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" } |