Ticker Tool
Type 'tt' plus a stock ticker in the omnibox.
Apa itu Ticker Tool?
Ticker Tool adalah ekstensi Chrome yang dikembangkan oleh https://mowglii.com, dan fitur utamanya adalah "Type 'tt' plus a stock ticker in the omnibox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ticker Tool
Unduh file ekstensi Ticker Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | pjnneeldndmbgfmlmcikdljmmleajgng |
URL Resmi | https://chromewebstore.google.com/detail/ticker-tool/pjnneeldndmbgfmlmcikdljmmleajgng |
Deskripsi | Type 'tt' plus a stock ticker in the omnibox. |
Ukuran File | 7.87 KB |
Jumlah Instalasi | 275 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-04-09 |
Tanggal Publikasi | 2015-04-09 |
Penilaian | 4.00/5 Total 9 Penilaian |
Pengembang | https://mowglii.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://mowglii.com |
Bahasa yang Didukung | 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" } } |