Ticker Tool
Type 'tt' plus a stock ticker in the omnibox.
What is Ticker Tool?
Ticker Tool is a Chrome extension developed by https://mowglii.com, and its main feature is "Type 'tt' plus a stock ticker in the omnibox.".
Extension Screenshots
Download Ticker Tool Extension CRX File
Download Ticker Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | pjnneeldndmbgfmlmcikdljmmleajgng |
Official URL | https://chromewebstore.google.com/detail/ticker-tool/pjnneeldndmbgfmlmcikdljmmleajgng |
Description | Type 'tt' plus a stock ticker in the omnibox. |
File Size | 7.87 KB |
Installation Count | 275 |
Current Version | 1.2 |
Last Updated | 2015-04-09 |
Publish Date | 2015-04-09 |
Rating | 4.00/5 Total 9 Ratings |
Developer | https://mowglii.com |
[email protected] | |
Payment Type | free |
Extension Website | http://mowglii.com |
Supported Languages | 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" } } |