Top Shot Toolkit
Simple toolkit to help inform decisions when buying Moments.
什麼是Top Shot Toolkit?
Top Shot Toolkit是由edaniszewskiextdev開發的Chrome擴展程式,該擴展的主要功能是“Simple toolkit to help inform decisions when buying Moments.”。
擴展截圖
下載Top Shot Toolkit擴展crx文件
下載Top Shot Toolkit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This toolkit aims to provide additional utility and improvements to enable you to make more informed decisions on whether a Moment is worth buying. Any tooling, charting, and utility otherwise provided by this extension does not constitute advice on whether you should buy or sell a Moment; it aims only to give you more context to make your own decision.
Features:
• Uses the same design and styling as the top shot website
• Disable autoplaying videos on "packs" page for easier readability
• Visually plot a Moment's Ask prices, recent sales, and top 3 sales as a visual aid in decision making
• Sort Moments by serial number or ask price
• "Bookmark" other users for easier access to friends' profiles
Like the extension? Consider donating a Moment to the author: @who_is_lebron_jame 擴展基本資訊
| 名稱 | |
| ID | nhiijiajgkhdnggjnamiijohbbelagjj |
| 官方網址 | https://chromewebstore.google.com/detail/top-shot-toolkit/nhiijiajgkhdnggjnamiijohbbelagjj |
| 簡介 | Simple toolkit to help inform decisions when buying Moments. |
| 檔案大小 | 199 KB |
| 安裝次數 | 354 |
| 目前版本 | 0.3.1 |
| 更新時間 | 2021-03-17 |
| 上架時間 | 2021-02-27 |
| 評分 | 4.10/5 共 10 次評分 |
| 開發者 | edaniszewskiextdev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/edaniszewski/topshot-toolkit |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Top Shot Toolkit",
"version": "0.3.1",
"description": "Simple toolkit to help inform decisions when buying Moments.",
"manifest_version": 2,
"icons": {
"16": "src\/icons\/icon_16.png",
"24": "src\/icons\/icon_24.png",
"32": "src\/icons\/icon_32.png",
"48": "src\/icons\/icon_48.png",
"64": "src\/icons\/icon_64.png",
"128": "src\/icons\/icon_128.png"
},
"browser_action": {
"default_popup": "src\/html\/popup.html",
"default_title": "Top Shot Toolkit",
"default_icon": {
"128": "src\/icons\/icon_128.png"
}
},
"content_scripts": [
{
"js": [
"src\/js\/vendored\/chart-2.9.4.min.js",
"src\/js\/common.js",
"src\/js\/nav.js",
"src\/js\/user.js",
"src\/js\/packs.js",
"src\/js\/moments.js",
"src\/js\/dispatch.js"
],
"matches": [
"*:\/\/*.nbatopshot.com\/*"
]
}
],
"background": {
"scripts": [
"src\/js\/background.js"
],
"persistent": false
},
"web_accessible_resources": [
"src\/img\/following.svg",
"src\/img\/plus-sign-hollow.svg",
"src\/img\/minus-sign-hollow.svg"
],
"permissions": [
"webNavigation",
"storage"
]
} | |