NSE OHL - Free Edition
Find OPEN=HIGH and OPEN=LOW stocks from NSE website
What is NSE OHL - Free Edition?
NSE OHL - Free Edition is a Chrome extension developed by https://www.sahilbuddhadev.me, and its main feature is "Find OPEN=HIGH and OPEN=LOW stocks from NSE website".
Extension Screenshots
Download NSE OHL - Free Edition Extension CRX File
Download NSE OHL - Free Edition extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Find Open=High and Open=Low stocks instantly from NSE website. Open=High stock will be highlighted with RED background color and Open=Low stock will be highlighted with GREEN background color. NSE URL: https://www.nseindia.com/market-data/live-equity-market
Extension Basic Information
Name | NSE OHL - Free Edition |
ID | dmhjnjiioegdkdmehpedbibakoikcneb |
Official URL | https://chromewebstore.google.com/detail/nse-ohl-free-edition/dmhjnjiioegdkdmehpedbibakoikcneb |
Description | Find OPEN=HIGH and OPEN=LOW stocks from NSE website |
File Size | 47.27 KB |
Installation Count | 315 |
Current Version | 0.1.0 |
Last Updated | 2021-08-30 |
Publish Date | 2021-08-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.sahilbuddhadev.me |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NSE OHL - Free Edition", "description": "Find OPEN=HIGH and OPEN=LOW stocks from NSE website", "version": "0.1.0", "manifest_version": 3, "action": { "default_title": "NSE India Opne=High and Open=Low stocks - Free Edition", "default_icon": { "16": "\/images\/icon_16.png", "32": "\/images\/icon_32.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" } }, "icons": { "16": "\/images\/icon_16.png", "32": "\/images\/icon_32.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "js": [ ".\/jquery.min.js", ".\/background.js" ], "matches": [ "https:\/\/www.nseindia.com\/market-data\/live-equity-market" ] } ] } |