AMZN stock ticker
Show AMZN stock price in your Chrome browser
Cos'è AMZN stock ticker?
AMZN stock ticker è un'estensione di Chrome sviluppata da Ivo Janssen, e la sua funzione principale è "Show AMZN stock price in your Chrome browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AMZN stock ticker
Scarica i file di estensione AMZN stock ticker 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
Do you wish that you could look at your favorite stock quote at a glance without having to open a separate tab and search for it? This little utility will display the latest stock quote right in your extension bar. Options include a configurable update interval and you can change the stock symbol as well. By default it shows the AMZN stock symbol. Informazioni di Base sull'Estensione
| Nome | |
| ID | cbmpnogekngmlcgpejiiigiggklhdlij |
| URL Ufficiale | https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij |
| Descrizione | Show AMZN stock price in your Chrome browser |
| Dimensione del File | 12.59 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.9.5 |
| Ultimo Aggiornamento | 2022-08-24 |
| Data di Pubblicazione | 2022-05-21 |
| Sviluppatore | Ivo Janssen |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/janssenivo/amzn-chrome |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AMZN stock ticker",
"description": "Show AMZN stock price in your Chrome browser",
"version": "0.9.5",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"alarms",
"storage"
],
"host_permissions": [
"https:\/\/yh-finance.p.rapidapi.com\/stock\/"
],
"action": {
"default_icon": {
"128": "amazon128.png"
}
}
} | |