Ticker Tool

Type 'tt' plus a stock ticker in the omnibox.

什么是Ticker Tool?

Ticker Tool是由https://mowglii.com开发的Chrome扩展程序,该扩展的主要功能是“Type 'tt' plus a stock ticker in the omnibox.”。

扩展截图

screenshot

下载Ticker Tool扩展crx文件

下载Ticker Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ticker Tool makes getting stock info easy.

- Look up quotes on Google Finance and Yahoo Finance
- Look up conference call transcripts on Seeking Alpha
- Look up company filings on SEC.gov

Ticker Tool works in the Google Chrome Omnibox.

Usage:

tt aapl = Look up AAPL on Google Finance
tt aapl y = Look up AAPL on Yahoo Finance
tt aapl t = Look up AAPL on Seeking Alpha (get transcripts here)
tt aapl s = Look up AAPL filings on SEC.gov                    

扩展基本信息

名称 Ticker Tool Ticker Tool
ID pjnneeldndmbgfmlmcikdljmmleajgng
官方URL https://chromewebstore.google.com/detail/ticker-tool/pjnneeldndmbgfmlmcikdljmmleajgng
简介 Type 'tt' plus a stock ticker in the omnibox.
文件大小 7.87 KB
安装次数 275
当前版本 1.2
更新时间 2015-04-09
上架时间 2015-04-09
评分 4.00/5 共9次评分
开发者 https://mowglii.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://mowglii.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "Ticker Tool",
    "description": "Type 'tt' plus a stock ticker in the omnibox.",
    "omnibox": {
        "keyword": "tt"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "64": "icon_64x64.png"
    }
}