Sports Card Scanner
This is the official chrome extension of SportsCardScanner.com
什么是Sports Card Scanner?
Sports Card Scanner是由https://www.sportscardscanner.com开发的Chrome扩展程序,该扩展的主要功能是“This is the official chrome extension of SportsCardScanner.com”。
扩展截图
下载Sports Card Scanner扩展crx文件
下载Sports Card Scanner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        The SportsCardScanner.com Chrome extension allows users to right click on a sports card image and instantly view that cards value, active & sold eBay listings, or to add the card to their SportsCardScanner.com collection.  This extension only works if you are a member of SportsCardScanner.com and have an active account.                     扩展基本信息
| 名称 |   |  
| ID | eimcmkcbloniedcdapmdjeofcmbabnga | 
| 官方URL | https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga | 
| 简介 | This is the official chrome extension of SportsCardScanner.com | 
| 文件大小 | 115 KB | 
| 安装次数 | 303 | 
| 当前版本 | 1.1.1 | 
| 更新时间 | 2021-09-06 | 
| 上架时间 | 2021-09-05 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | https://www.sportscardscanner.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.sportscardscanner.com | 
| 帮助页面URL | https://www.sportscardscanner.com | 
| 隐私政策页面URL | https://sportscardscanner.com/privacy-policy | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content_script.js"
        ]
    },
    "name": "Sports Card Scanner",
    "description": "This is the official chrome extension of SportsCardScanner.com",
    "homepage_url": "https:\/\/sportscardscanner.com\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "40.0.0.0",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "1.1.1"
}  |  |