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.                    

擴展基本資訊

名稱 DAZ3D wishlist & item detail improvements DAZ3D wishlist & item detail improvements
ID gkiffoaicejegpdpfhkciojcgnljimpm
官方網址 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"
}