Dogeticker
Checks the price of Dogecoin
Dogetickerとは何ですか?
Dogetickerはjakecup1によって開発されたChromeの拡張機能で、その主な機能は「Checks the price of Dogecoin」です。
拡張機能のスクリーンショット
Dogeticker拡張機能のCRXファイルをダウンロード
Dogeticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap. Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)
拡張機能の基本情報
名前 | |
ID | doicohnmpoccofaomikcjbgblkpcameb |
公式URL | https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb |
説明 | Checks the price of Dogecoin |
ファイルサイズ | 36.03 KB |
インストール数 | 19 |
現在のバージョン | 1.0 |
最終更新日 | 2018-03-10 |
公開日 | 2018-03-10 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | jakecup1 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jakecupani/dogecoin-ticker |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogeticker", "description": "Checks the price of Dogecoin", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |