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 |
Eメール | [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\/" ] } |