Cyborg
Sort Market Watch by Volatility
Qu'est-ce que Cyborg ?
Cyborg est une extension Chrome développée par Unknown, et sa fonction principale est "Sort Market Watch by Volatility".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cyborg
Téléchargez les fichiers d'extension Cyborg au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cyborg |
ID | fakmngnnndgdelejnopaleecadafplkf |
URL Officiel | https://chromewebstore.google.com/detail/cyborg/fakmngnnndgdelejnopaleecadafplkf |
Description | Sort Market Watch by Volatility |
Taille du Fichier | 60.33 KB |
Nombre d'Installations | 691 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-06-16 |
Date de Publication | 2020-06-15 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |