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.
拡張機能の基本情報
名前 | Sports Card Scanner |
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 |
Eメール | [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" } |