Stock Extension
Shows stock information as a browser action
Apa itu Stock Extension?
Stock Extension adalah ekstensi Chrome yang dikembangkan oleh jamessitto, dan fitur utamanya adalah "Shows stock information as a browser action".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stock Extension
Unduh file ekstensi Stock Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Stock Extension |
ID | dnnjkhphmdlpldfbcmkkklhldgjhdhif |
URL Resmi | https://chromewebstore.google.com/detail/stock-extension/dnnjkhphmdlpldfbcmkkklhldgjhdhif |
Deskripsi | Shows stock information as a browser action |
Ukuran File | 22.49 KB |
Jumlah Instalasi | 178 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2018-10-02 |
Tanggal Publikasi | 2018-10-02 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | jamessitto |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |