AMZN stock ticker
Show AMZN stock price in your Chrome browser
Wat is AMZN stock ticker?
AMZN stock ticker is een Chrome-extensie ontwikkeld door Ivo Janssen, en de belangrijkste functie is "Show AMZN stock price in your Chrome browser".
Extensie Screenshots
Download het CRX-bestand van de extensie AMZN stock ticker
Download AMZN stock ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cbmpnogekngmlcgpejiiigiggklhdlij |
| Officiële URL | https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij |
| Beschrijving | Show AMZN stock price in your Chrome browser |
| Bestandsgrootte | 12.59 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 0.9.5 |
| Laatst Bijgewerkt | 2022-08-24 |
| Publicatiedatum | 2022-05-21 |
| Ontwikkelaar | Ivo Janssen |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/janssenivo/amzn-chrome |
| Ondersteunde Talen | 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"
}
}
} | |