CigarSpotter
View graphs and statistics of cigar auctions on CigarBid and more
什么是CigarSpotter?
CigarSpotter是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“View graphs and statistics of cigar auctions on CigarBid and more”。
扩展截图
下载CigarSpotter扩展crx文件
下载CigarSpotter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Historical price graph and box plot analysis for CigarBid.com cigar auctions Shows minimum, maximum, average, upper and lower quartiles for a viewed cigar auction by automatically injecting graphs into a auctions page
扩展基本信息
名称 | CigarSpotter |
ID | cnidjbcgajmpdpnljnfbjabmfjlkbgml |
官方URL | https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml |
简介 | View graphs and statistics of cigar auctions on CigarBid and more |
文件大小 | 126 KB |
安装次数 | 13 |
当前版本 | 0.0.2 |
更新时间 | 2015-11-30 |
上架时间 | 2015-11-30 |
评分 | 1.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CigarSpotter", "version": "0.0.2", "manifest_version": 2, "description": "View graphs and statistics of cigar auctions on CigarBid and more", "background": "background.html", "permissions": [ "http:\/\/*.cigarspotter.com\/*" ], "content_scripts": [ { "js": [ "jquery-1.11.3.min.js", "highstock.js", "highcharts-more.js", "exporting.js", "background.js" ], "matches": [ "http:\/\/*.cigarbid.com\/*", "https:\/\/*.cigarbid.com\/*" ] } ] } |