DAZ3D wishlist & item detail improvements
Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
DAZ3D wishlist & item detail improvementsとは何ですか?
DAZ3D wishlist & item detail improvementsはhttp://3dwishlist.comによって開発されたChromeの拡張機能で、その主な機能は「Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.」です。
DAZ3D wishlist & item detail improvements拡張機能のCRXファイルをダウンロード
DAZ3D wishlist & item detail improvements拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ![]() |
ID | gkiffoaicejegpdpfhkciojcgnljimpm |
公式URL | https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm |
説明 | Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs. |
ファイルサイズ | 5.15 KB |
インストール数 | 58 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-06-26 |
公開日 | 2014-06-26 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | http://3dwishlist.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://3dwishlist.com/specials |
対応言語 | 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" } |