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 |
官方網址 | 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\/" ] } |