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 - это расширение Chrome, разработанное http://3dwishlist.com, и его основная функция - "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".
Скачать файл CRX расширения DAZ3D wishlist & item detail improvements
Скачайте файлы расширений 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 |
Электронная почта | [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" } |