Destiny Item Manager Shortcut

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

Co je Destiny Item Manager Shortcut?

Destiny Item Manager Shortcut je rozšíření Chrome vyvinuté DestinyItemManager.com, a jeho hlavní funkcí je „A link to the DIM website which provides a robust interface to manage items in Destiny.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Destiny Item Manager Shortcut

Stáhněte si soubory rozšíření Destiny Item Manager Shortcut ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Destiny Item Manager Shortcut Destiny Item Manager Shortcut
ID apghicjnekejhfancbkahkhdckhdagna
Oficiální URL https://chromewebstore.google.com/detail/destiny-item-manager-shor/apghicjnekejhfancbkahkhdckhdagna
Popis A link to the DIM website which provides a robust interface to manage items in Destiny.
Velikost souboru 5.25 KB
Počet instalací 160,871
Aktuální Verze 10.0.3
Poslední Aktualizace 2019-07-20
Datum Vydání 2019-07-20
Hodnocení 4.81/5 Celkem 2885 Hodnocení
Vývojář DestinyItemManager.com
Typ Platby free
Webové stránky Rozšíření https://destinyitemmanager.com
URL Stránky Nápovědy https://destinyitemmanager.com
Podporované Jazyky 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"
        }
    }
}