Cyborg
Sort Market Watch by Volatility
Cos'è Cyborg?
Cyborg è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Sort Market Watch by Volatility".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cyborg
Scarica i file di estensione Cyborg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
View the most volatile stocks over the last 10seconds, 1minute or 1hour etc in zerodha kite With this extension, you can: 1) Sort the stocks in current marketwatch by volatility. 2) Load market watch with list of different index stocks Usage: 1) Choose the "period" by clicking "settings" at the bottom right of marketwatch. 2) Then click "Run" to begin sorting - Run when the market is live and stock prices are changing - You may Buy/Sell stocks or view the chart while the sorting is running, but changing the marketwatch is not recommended.
Informazioni di Base sull'Estensione
Nome | Cyborg |
ID | fakmngnnndgdelejnopaleecadafplkf |
URL Ufficiale | https://chromewebstore.google.com/detail/cyborg/fakmngnnndgdelejnopaleecadafplkf |
Descrizione | Sort Market Watch by Volatility |
Dimensione del File | 60.33 KB |
Conteggio Installazioni | 691 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-06-16 |
Data di Pubblicazione | 2020-06-15 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cyborg", "description": "Sort Market Watch by Volatility", "version": "1.3", "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ "jquery.js", "resources\/ww_utils.js", "data.js" ], "content_scripts": [ { "matches": [ "https:\/\/kite.zerodha.com\/*" ], "js": [ "jquery.js", "inject.js" ] } ] } |