Stellar Lumens (XLM) Price Tracker
Display the price of Stellar Lumens right in your browser.
Stellar Lumens (XLM) Price Trackerとは何ですか?
Stellar Lumens (XLM) Price TrackerはChinedu Enwereによって開発されたChromeの拡張機能で、その主な機能は「Display the price of Stellar Lumens right in your browser.」です。
拡張機能のスクリーンショット
Stellar Lumens (XLM) Price Tracker拡張機能のCRXファイルをダウンロード
Stellar Lumens (XLM) Price Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1.4.1 - Updated options page 1.4 - Bug fixes. - more settings Want to support my work? XLM: GBATAFP3JBIFGIGID7Z244B3SOXK2JVGO4VSADQB7K5TZ7MT5OVG4UEW Want more features? Suggest them here: https://forms.gle/joSg3bfazsoZzbFd9
拡張機能の基本情報
名前 | Stellar Lumens (XLM) Price Tracker |
ID | pbffeaoofdbbccdcohlgedpihhehdmhp |
公式URL | https://chromewebstore.google.com/detail/stellar-lumens-xlm-price/pbffeaoofdbbccdcohlgedpihhehdmhp |
説明 | Display the price of Stellar Lumens right in your browser. |
ファイルサイズ | 533 KB |
インストール数 | 42 |
現在のバージョン | 1.4.1 |
最終更新日 | 2019-04-14 |
公開日 | 2019-04-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Chinedu Enwere |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stellar Lumens (XLM) Price Tracker", "version": "1.4.1", "manifest_version": 2, "description": "Display the price of Stellar Lumens right in your browser.", "content_security_policy": "script-src 'self' https:\/\/s3.tradingview.com\/tv.js; object-src 'self'", "options_page": "options.html", "browser_action": { "default_title": "Stellar Lumens Price Tracker", "default_popup": "popup.html", "default_icon": "newstellarlogo.png" }, "background": { "scripts": [ "price.js", "datasrc.js", "widget.js", "pricenotif.js" ], "persistent": true }, "permissions": [ "notifications", "storage" ] } |