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 |
| 官方網址 | 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"
} | |