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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 DAZ3D wishlist & item detail improvements DAZ3D wishlist & item detail improvements
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
이메일 [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"
}