Decred Ticket Price $DCR
This extension shows the current Decred Ticker Price
Decred Ticket Price $DCRとは何ですか?
Decred Ticket Price $DCRはrafaelcmrjによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the current Decred Ticker Price」です。
拡張機能のスクリーンショット
Decred Ticket Price $DCR拡張機能のCRXファイルをダウンロード
Decred Ticket Price $DCR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jmenfdhmijaomloifmoannhmmolnanhh |
| 公式URL | https://chromewebstore.google.com/detail/decred-ticket-price-dcr/jmenfdhmijaomloifmoannhmmolnanhh |
| 説明 | This extension shows the current Decred Ticker Price |
| ファイルサイズ | 17.66 KB |
| インストール数 | 13 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2017-03-16 |
| 公開日 | 2017-03-16 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | rafaelcmrj |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Decred Ticket Price $DCR",
"description": "This extension shows the current Decred Ticker Price",
"version": "1.0.1",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [],
"background": {
"scripts": [
"background.js"
]
}
} | |