Destiny Item Manager Shortcut

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

Co to jest Destiny Item Manager Shortcut?

Destiny Item Manager Shortcut to rozszerzenie Chrome opracowane przez DestinyItemManager.com, a jego główną funkcją jest „A link to the DIM website which provides a robust interface to manage items in Destiny.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Destiny Item Manager Shortcut

Pobierz pliki rozszerzeń Destiny Item Manager Shortcut w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Destiny Item Manager Shortcut Destiny Item Manager Shortcut
ID apghicjnekejhfancbkahkhdckhdagna
Oficjalny URL https://chromewebstore.google.com/detail/destiny-item-manager-shor/apghicjnekejhfancbkahkhdckhdagna
Opis A link to the DIM website which provides a robust interface to manage items in Destiny.
Rozmiar pliku 5.25 KB
Liczba instalacji 160,871
Aktualna Wersja 10.0.3
Ostatnia Aktualizacja 2019-07-20
Data Publikacji 2019-07-20
Ocena 4.81/5 Łącznie 2885 Oceny
Deweloper DestinyItemManager.com
Typ Płatności free
Strona Rozszerzenia https://destinyitemmanager.com
Adres URL Strony Pomocy https://destinyitemmanager.com
Obsługiwane Języki 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"
        }
    }
}