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 擴展基本資訊
| 名稱 | |
| ID | cnidjbcgajmpdpnljnfbjabmfjlkbgml |
| 官方網址 | 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\/*"
]
}
]
} | |