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\/*" ] } ] } |