Stock Extension
Shows stock information as a browser action
Stock Extension क्या है?
Stock Extension jamessitto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows stock information as a browser action"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stock Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Stock Tracker Extension by nwoodthorpe Chrome extension that shows favourite stocks in a chrome extension icon. Select your favourite stocks and the extension will cycle between them every few seconds showing the current price. +/- is indicated by the text color. This extension uses the Yahoo Finance API for pulling stock information. Find the ticker name Yahoo Finance uses, which may be prefixed by the exchange. E.g. NYSE:SHOP
एक्सटेंशन की मूल जानकारी
नाम | Stock Extension |
ID | dnnjkhphmdlpldfbcmkkklhldgjhdhif |
आधिकारिक URL | https://chromewebstore.google.com/detail/stock-extension/dnnjkhphmdlpldfbcmkkklhldgjhdhif |
विवरण | Shows stock information as a browser action |
फ़ाइल का आकार | 22.49 KB |
स्थापना संख्या | 178 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-10-02 |
प्रकाशन तिथि | 2018-10-02 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | jamessitto |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stock Extension", "version": "1.0.0", "description": "Shows stock information as a browser action", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "http:\/\/*\/", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |