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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |