Stock Look Up
Get the up-to-date info on any US-listed security without leaving your browser.
Что такое Stock Look Up?
Stock Look Up - это расширение Chrome, разработанное sypteras.com, и его основная функция - "Get the up-to-date info on any US-listed security without leaving your browser.".
Снимки экрана расширения
Скачать файл CRX расширения Stock Look Up
Скачайте файлы расширений Stock Look Up в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Stock Look Up retrieves the current price, day's dollar and percent price change,
and a chart displaying the the day's price movement for any US-listed security.
Stock information comes from Yahoo Finance and may delayed up to 20 minutes.
1.1 Update
+ bug fixes Основная информация о расширении
| Название | |
| ID | hepipjfjpaoeoljnajddllinifgbkifi |
| Официальный URL | https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi |
| Описание | Get the up-to-date info on any US-listed security without leaving your browser. |
| Размер файла | 119 KB |
| Количество установок | 110 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2015-01-02 |
| Дата публикации | 2015-01-01 |
| Разработчик | sypteras.com |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Stock Look Up",
"version": "1.1",
"description": "Get the up-to-date info on any US-listed security without leaving your browser.",
"browser_action": {
"default_icon": "icon_32.png",
"default_title": "Stock Look Up",
"default_popup": "popup.html"
},
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"permissions": [
" | |