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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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