Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
61cd1a1
Romanian translation for utopian task request
fishmon Mar 19, 2018
4c94306
Update fl-ph.js
kizzbonez Mar 22, 2018
cfb5f7b
Merge pull request #14 from kizzbonez/kizzbonez-patch-1
Mar 24, 2018
7c36611
Merge pull request #12 from fishmon/patch-1
Mar 24, 2018
b1bc31c
v0.0.13 add Top Pairs
Mar 24, 2018
6c11879
fix
Mar 24, 2018
2644c9c
v0.0.14 Search Cryptocurrency, Show Changes
Mar 26, 2018
37a72b0
Add files via upload
Mar 27, 2018
23e79c1
Update README.md
Mar 27, 2018
7a3a4fc
languages
Mar 30, 2018
31cc406
credits
Mar 30, 2018
4f32cb1
Merge branch 'master' of https://github.com/DoctorLai/CoinTools
Mar 30, 2018
b67ef5b
v0.0.15.1 add crypto source + context shortcuts
Apr 25, 2018
2a056bd
Create fr-fr.js
AdrienChauvet Apr 28, 2018
3cad2c3
Merge pull request #16 from AdrienChauvet/patch-1
Apr 28, 2018
754f842
v0.0.16 + Alt Q inline query, SBD* fix, French translation etc
May 3, 2018
8c87bbe
minor
May 3, 2018
c6f8597
update logo
DoctorLai Sep 9, 2018
83ecad1
update jpeg
DoctorLai Sep 9, 2018
dcd2a3d
inc version
DoctorLai Sep 9, 2018
aa2811f
customize ranking table limit setting
DoctorLai Sep 9, 2018
0a99b00
Add Total Supply and Circulating Supply Charts
DoctorLai Sep 9, 2018
3eda078
Fix Localization for Chart
DoctorLai Sep 9, 2018
91ba3c3
Merge pull request #18 from DoctorLai/2018-09-09
DoctorLai Sep 9, 2018
e85deb7
try coinparika API
DoctorLai Oct 13, 2018
304ba4a
Merge pull request #19 from DoctorLai/coinpaprika.com
DoctorLai Oct 13, 2018
629b218
replace some coinmarketcap
DoctorLai Jul 12, 2020
c27fa71
remove unused permissions
DoctorLai Jul 12, 2020
730448f
Merge pull request #21 from DoctorLai/v0.0.18
DoctorLai Jul 15, 2020
f2b8da1
Create FUNDING.yml
DoctorLai Oct 5, 2020
7f7affc
Update FUNDING.yml
DoctorLai Oct 5, 2020
5197fc8
Update FUNDING.yml
DoctorLai Oct 5, 2020
344444a
Update FUNDING.yml
DoctorLai Oct 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: [doctorlai] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://www.buymeacoffee.com/y0BtG5R','https://paypal.me/doctorlai/3'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CoinTools
A Chrome Extension that has a few useful tools and graphs for Cryptocurrency
A [Chrome Extension](https://chrome.google.com/webstore/detail/coin-tools/fmglcggbdcbkpkfapngjobfeakehpcgj) that has a few useful tools and graphs for Cryptocurrency.

![](https://helloacm.com/wp-content/uploads/2018/03/cointools-general-update.jpg)
![](https://helloacm.com/wp-content/uploads/2018/03/cointools-rank-search-cryptocurrency.jpg)

# Features
1. Show Rates from Cryptocurrency to Fiat.
2. Show Rates from Cryptocurrency to Cryptocurrency.
3. Show Rates from Fiat to Fiat.
4. Concurrency/Fiat Converter
5. Historic Data Rate
6. News Feed
7. Ranking Table with Search
8. Total Market Cap Charts
9. Top Cryptocurrency Pairs in Exchange.
10. UI Language Localizations (more than 10 languages) thanks to the [contributors!](https://github.com/DoctorLai/CoinTools/tree/master/lang)

# License
[MIT](https://github.com/DoctorLai/CoinTools/blob/master/LICENSE)
Expand All @@ -14,3 +29,6 @@ Github: https://github.com/DoctorLai/CoinTools/

# Chrome Webstore
Install the [CoinTools](https://chrome.google.com/webstore/detail/coin-tools/fmglcggbdcbkpkfapngjobfeakehpcgj) Now!

# Posts
- [《Steem 指南》之 justyy 在线工具与 API 系列 – 炒币必备 CoinTools](https://justyy.com/archives/6146)
27 changes: 27 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,31 @@ table.sortable tbody tr:nth-child(2n+1) td {
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
content: " \25B4\25BE"
}

.upupup {
background: red;
color: yellow;
width: 100%;
border-radius: 5px;
}

.downdowndown {
background: green;
color: white;
width: 100%;
border-radius: 5px;
}

.normal {
background: gray;
color: black;
width: 100%;
border-radius: 5px;
}

.sub {
color: white;
font-size: 10px;
font-style: italic;
}
6 changes: 6 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
img.banner {height: 70px}
.ext-window {width: 800px;}
.black {background: black; color: white;}
.yellow {color: yellow;}
.chart {width: 680px; height: 500px;}
body {overflow-x: hidden;}
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/average-price.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/charts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/general.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/history.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/linode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/news-feed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/news.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pairs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/rank.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tools.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vultr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions js/coinmarkcap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
let coinmarkcap = {};
coinmarkcap['BTC'] = 'bitcoin';
coinmarkcap['ETH'] = 'ethereum';
coinmarkcap['HIVE'] = 'hive';
coinmarkcap['XRP'] = 'ripple';
coinmarkcap['BCH'] = 'bitcoin-cash';
coinmarkcap['LTC'] = 'litecoin';
Expand Down
Loading