Stock Shuffler

Get the latest stock prices right in your navigation bar.

Что такое Stock Shuffler?

Stock Shuffler - это расширение Chrome, разработанное mjbraze, и его основная функция - "Get the latest stock prices right in your navigation bar.".

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

screenshot

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

Скачайте файлы расширений Stock Shuffler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Stock Shuffler is a persistent stock ticker which shows up right on your navigation bar.  Once you configure the stocks you're interested in, this extension will shuffle through and show you the latest price without the need to click anything!

Stock prices are currently drawn from Yahoo's Finance API.  Occasionally, if the API is too slow to respond, you may see "NA" show up for the stock price.  If this persists, the API server may be down.

Please submit your feedback to help improve this tool!                    

Основная информация о расширении

Название Stock Shuffler Stock Shuffler
ID pamkgljpcgpdpeijdoiiiajjnlckbknk
Официальный URL https://chromewebstore.google.com/detail/stock-shuffler/pamkgljpcgpdpeijdoiiiajjnlckbknk
Описание Get the latest stock prices right in your navigation bar.
Размер файла 52.23 KB
Количество установок 143
Текущая Версия 1.1.0
Последнее Обновление 2016-03-26
Дата публикации 2016-03-26
Рейтинг 2.88/5 Всего 8 оценок
Разработчик mjbraze
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Shuffler",
    "short_name": "StockShuffle",
    "description": "Get the latest stock prices right in your navigation bar.",
    "version": "1.1.0",
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-1.11.0.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/query.yahooapis.com\/",
        "storage"
    ]
}