CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

Что такое CigarSpotter?

CigarSpotter - это расширение Chrome, разработанное Unknown, и его основная функция - "View graphs and statistics of cigar auctions on CigarBid and more".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CigarSpotter

Скачайте файлы расширений 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 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\/*"
            ]
        }
    ]
}