Ticker Tool
Type 'tt' plus a stock ticker in the omnibox.
Ticker Toolคืออะไร?
Ticker Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mowglii.com และคุณลักษณะหลักของมันคือ "Type 'tt' plus a stock ticker in the omnibox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ticker Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |