DAZ3D wishlist & item detail improvements

Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.

Wat is DAZ3D wishlist & item detail improvements?

DAZ3D wishlist & item detail improvements is een Chrome-extensie ontwikkeld door http://3dwishlist.com, en de belangrijkste functie is "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".

Download het CRX-bestand van de extensie DAZ3D wishlist & item detail improvements

Download DAZ3D wishlist & item detail improvements-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DAZ3D wishlist & item detail improvements DAZ3D wishlist & item detail improvements
ID gkiffoaicejegpdpfhkciojcgnljimpm
Officiële URL https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm
Beschrijving Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Bestandsgrootte 5.15 KB
Aantal Installaties 58
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-06-26
Publicatiedatum 2014-06-26
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://3dwishlist.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://3dwishlist.com/specials
Ondersteunde Talen 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"
}