DAZ3D wishlist & item detail improvements

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

Qu'est-ce que DAZ3D wishlist & item detail improvements ?

DAZ3D wishlist & item detail improvements est une extension Chrome développée par http://3dwishlist.com, et sa fonction principale est "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".

Télécharger le fichier CRX de l'extension DAZ3D wishlist & item detail improvements

Téléchargez les fichiers d'extension DAZ3D wishlist & item detail improvements au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DAZ3D wishlist & item detail improvements DAZ3D wishlist & item detail improvements
ID gkiffoaicejegpdpfhkciojcgnljimpm
URL Officiel https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm
Description Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
Taille du Fichier 5.15 KB
Nombre d'Installations 58
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-06-26
Date de Publication 2014-06-26
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://3dwishlist.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://3dwishlist.com/specials
Langues Prises en Charge 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"
}