GME to the moon
Conveniently shows the price of GME on your toolbar
什么是GME to the moon?
GME to the moon是由Maki开发的Chrome扩展程序,该扩展的主要功能是“Conveniently shows the price of GME on your toolbar”。
扩展截图
下载GME to the moon扩展crx文件
下载GME to the moon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can easily check the price of GameStop (GME) at a glance. Considering its wild volatility and unpredictable behavior, this extensions allows you to quickly monitor its status at all times.
扩展基本信息
名称 | GME to the moon |
ID | hnmnjoeblnfcgfoongbfjfedjmmodamd |
官方URL | https://chromewebstore.google.com/detail/gme-to-the-moon/hnmnjoeblnfcgfoongbfjfedjmmodamd |
简介 | Conveniently shows the price of GME on your toolbar |
文件大小 | 113 KB |
安装次数 | 431 |
当前版本 | 1.3.1 |
更新时间 | 2023-01-18 |
上架时间 | 2021-04-18 |
评分 | 5.00/5 共7次评分 |
开发者 | Maki |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/makifoxgirl/gme-to-the-moon |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GME to the moon", "version": "1.3.1", "description": "Conveniently shows the price of GME on your toolbar", "homepage_url": "https:\/\/github.com\/makifoxgirl\/gme-to-the-moon", "icons": { "16": "rocket-0deg-16px.199027e3.png", "32": "rocket-0deg-32px.2386b068.png", "320": "rocket-0deg-320px.5d5354e1.png" }, "browser_action": { "default_icon": { "16": "rocket-0deg-16px.199027e3.png", "32": "rocket-0deg-32px.2386b068.png", "320": "rocket-0deg-320px.5d5354e1.png" } }, "background": { "scripts": [ "background.e421b30a.js" ], "persistent": true }, "permissions": [ "https:\/\/finance.yahoo.com\/quote\/GME\/" ] } |