Destiny Item Manager Shortcut
A link to the DIM website which provides a robust interface to manage items in Destiny.
What is Destiny Item Manager Shortcut?
Destiny Item Manager Shortcut is a Chrome extension developed by DestinyItemManager.com, and its main feature is "A link to the DIM website which provides a robust interface to manage items in Destiny.".
Extension Screenshots
Download Destiny Item Manager Shortcut Extension CRX File
Download Destiny Item Manager Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Destiny Item Manager Shortcut |
ID | apghicjnekejhfancbkahkhdckhdagna |
Official URL | https://chromewebstore.google.com/detail/destiny-item-manager-shor/apghicjnekejhfancbkahkhdckhdagna |
Description | A link to the DIM website which provides a robust interface to manage items in Destiny. |
File Size | 5.25 KB |
Installation Count | 160,871 |
Current Version | 10.0.3 |
Last Updated | 2019-07-20 |
Publish Date | 2019-07-20 |
Rating | 4.81/5 Total 2885 Ratings |
Developer | DestinyItemManager.com |
Payment Type | free |
Extension Website | https://destinyitemmanager.com |
Help Page URL | https://destinyitemmanager.com |
Supported Languages | 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" } } } |