Destiny Item Manager Shortcut

A link to the DIM website which provides a robust interface to manage items in Destiny.

Что такое Destiny Item Manager Shortcut?

Destiny Item Manager Shortcut - это расширение Chrome, разработанное DestinyItemManager.com, и его основная функция - "A link to the DIM website which provides a robust interface to manage items in Destiny.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Destiny Item Manager Shortcut

Скачайте файлы расширений Destiny Item Manager Shortcut в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Have full control over your whole armory wherever you are. Our free app for Destiny lets you focus on playing the game by smartly moving your gear.

This extension provides a handy button to link to the DIM website.                    

Основная информация о расширении

Название Destiny Item Manager Shortcut Destiny Item Manager Shortcut
ID apghicjnekejhfancbkahkhdckhdagna
Официальный URL https://chromewebstore.google.com/detail/destiny-item-manager-shor/apghicjnekejhfancbkahkhdckhdagna
Описание A link to the DIM website which provides a robust interface to manage items in Destiny.
Размер файла 5.25 KB
Количество установок 160,871
Текущая Версия 10.0.3
Последнее Обновление 2019-07-20
Дата публикации 2019-07-20
Рейтинг 4.81/5 Всего 2885 оценок
Разработчик DestinyItemManager.com
Тип оплаты free
Официальный сайт расширения https://destinyitemmanager.com
URL страницы помощи https://destinyitemmanager.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Destiny Item Manager Shortcut",
    "version": "10.0.3",
    "description": "A link to the DIM website which provides a robust interface to manage items in Destiny.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "short_name": "DIM",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    }
}