Ticker Tool
Type 'tt' plus a stock ticker in the omnibox.
Was ist Ticker Tool?
Ticker Tool ist eine Chrome-Erweiterung, die von https://mowglii.com entwickelt wurde, und ihr Hauptmerkmal ist "Type 'tt' plus a stock ticker in the omnibox.".
Erweiterungsscreenshots
Ticker Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ticker Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pjnneeldndmbgfmlmcikdljmmleajgng |
Offizielle URL | https://chromewebstore.google.com/detail/ticker-tool/pjnneeldndmbgfmlmcikdljmmleajgng |
Beschreibung | Type 'tt' plus a stock ticker in the omnibox. |
Dateigröße | 7.87 KB |
Installationsanzahl | 275 |
Aktuelle Version | 1.2 |
Letztes Update | 2015-04-09 |
Veröffentlichungsdatum | 2015-04-09 |
Bewertung | 4.00/5 Insgesamt 9 Bewertungen |
Entwickler | https://mowglii.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://mowglii.com |
Unterstützte Sprachen | 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" } } |