Ticker Tool
Type 'tt' plus a stock ticker in the omnibox.
Wat is Ticker Tool?
Ticker Tool is een Chrome-extensie ontwikkeld door https://mowglii.com, en de belangrijkste functie is "Type 'tt' plus a stock ticker in the omnibox.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ticker Tool
Download Ticker Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pjnneeldndmbgfmlmcikdljmmleajgng |
Officiële URL | https://chromewebstore.google.com/detail/ticker-tool/pjnneeldndmbgfmlmcikdljmmleajgng |
Beschrijving | Type 'tt' plus a stock ticker in the omnibox. |
Bestandsgrootte | 7.87 KB |
Aantal Installaties | 275 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-04-09 |
Publicatiedatum | 2015-04-09 |
Beoordeling | 4.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://mowglii.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://mowglii.com |
Ondersteunde Talen | 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" } } |