Stock Look Up
Get the up-to-date info on any US-listed security without leaving your browser.
什么是Stock Look Up?
Stock Look Up是由sypteras.com开发的Chrome扩展程序,该扩展的主要功能是“Get the up-to-date info on any US-listed security without leaving your browser.”。
扩展截图
下载Stock Look Up扩展crx文件
下载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": [
" | |