Stock Shuffler
Get the latest stock prices right in your navigation bar.
Stock Shuffler क्या है?
Stock Shuffler mjbraze द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the latest stock prices right in your navigation bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stock Shuffler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |