Stock Shuffler
Get the latest stock prices right in your navigation bar.
Stock Shufflerคืออะไร?
Stock Shuffler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mjbraze และคุณลักษณะหลักของมันคือ "Get the latest stock prices right in your navigation bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stock Shuffler
ดาวน์โหลดไฟล์ส่วนขยาย Stock Shuffler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stock Shuffler is a persistent stock ticker which shows up right on your navigation bar. Once you configure the stocks you're interested in, this extension will shuffle through and show you the latest price without the need to click anything! Stock prices are currently drawn from Yahoo's Finance API. Occasionally, if the API is too slow to respond, you may see "NA" show up for the stock price. If this persists, the API server may be down. Please submit your feedback to help improve this tool!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stock Shuffler |
ID | pamkgljpcgpdpeijdoiiiajjnlckbknk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stock-shuffler/pamkgljpcgpdpeijdoiiiajjnlckbknk |
คำอธิบาย | Get the latest stock prices right in your navigation bar. |
ขนาดไฟล์ | 52.23 KB |
จำนวนการติดตั้ง | 143 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2016-03-26 |
วันที่เผยแพร่ | 2016-03-26 |
คะแนน | 2.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | mjbraze |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stock Shuffler", "short_name": "StockShuffle", "description": "Get the latest stock prices right in your navigation bar.", "version": "1.1.0", "background": { "persistent": true, "scripts": [ "jquery-1.11.0.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "options_page": "options.html", "permissions": [ "http:\/\/query.yahooapis.com\/", "storage" ] } |