Clarity, A DIM Companion
This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions.
什麼是Clarity, A DIM Companion?
Clarity, A DIM Companion是由http://d2clarity.com開發的Chrome擴展程式,該擴展的主要功能是“This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions.”。
擴展截圖
下載Clarity, A DIM Companion擴展crx文件
下載Clarity, A DIM Companion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clarity is currently a discontinued extension that will be removed from the Chrome Web Store once Destiny Item Manager's themes feature is out of the beta stage. For more information, join our Discord server at https://url.d2clarity.com/discord Be sure to check out our website as well for other useful information at https://www.d2clarity.com/
擴展基本資訊
名稱 | |
ID | mbhfgfjjllobldiodabdmaoimehdkdjc |
官方網址 | https://chrome.google.com/webstore/detail/clarity-a-dim-companion/mbhfgfjjllobldiodabdmaoimehdkdjc |
簡介 | This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions. |
檔案大小 | 122 KB |
安裝次數 | 5,150 |
目前版本 | 1.6.36 |
更新時間 | 2023-07-20 |
上架時間 | 2021-04-26 |
評分 | 4.75/5 共 8 次評分 |
開發者 | http://d2clarity.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://d2clarity.com |
說明頁面URL | https://url.d2clarity.com/discord |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clarity, A DIM Companion", "version": "1.6.36", "author": "Icemourne", "description": "This extension expands upon the capabilities of Destiny Item Manager (DIM) by providing new features and better descriptions.", "homepage_url": "https:\/\/github.com\/Ice-mourne\/DIM_Better_name_pending", "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.destinyitemmanager.com\/*", "https:\/\/beta.destinyitemmanager.com\/*" ], "js": [ "tools\/storage.js", "tools\/random.js", "tools\/random_data.js", "main_data_handling\/find_classNames.js", "main_data_handling\/flow_handler.js", "main_data_handling\/auth.js", "main_data_handling\/handle_data.js", "clarity_menu.js", "adding_data\/armor\/description.js", "adding_data\/weapon\/stats.js", "adding_data\/weapon\/description.js", "adding_data\/weapon\/numbers.js" ], "css": [ "styles\/css\/clarity_menu.css", "styles\/css\/auth.css", "styles\/css\/descriptions.css", "styles\/css\/weapon_perks.css", "styles\/css\/weapons.css", "styles\/css\/armor.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/app.destinyitemmanager.com\/*", "https:\/\/beta.destinyitemmanager.com\/*" ] } ] } |