AMZN stock ticker
Show AMZN stock price in your Chrome browser
什么是AMZN stock ticker?
AMZN stock ticker是由Ivo Janssen开发的Chrome扩展程序,该扩展的主要功能是“Show AMZN stock price in your Chrome browser”。
扩展截图
下载AMZN stock ticker扩展crx文件
下载AMZN stock ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | AMZN stock ticker |
ID | cbmpnogekngmlcgpejiiigiggklhdlij |
官方URL | https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij |
简介 | Show AMZN stock price in your Chrome browser |
文件大小 | 12.59 KB |
安装次数 | 30 |
当前版本 | 0.9.5 |
更新时间 | 2022-08-24 |
上架时间 | 2022-05-21 |
开发者 | Ivo Janssen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/janssenivo/amzn-chrome |
支持的语言 | 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" } } } |