Bitcoin Forum
May 03, 2024, 03:59:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Chrome Extension Ticker  (Read 1429 times)
Sergey30 (OP)
Jr. Member
*
Offline Offline

Activity: 170
Merit: 1


View Profile WWW
February 09, 2017, 02:14:02 PM
 #1

Hi,
my extension for Google Chrome for monitoring rates.
https://chrome.google.com/webstore/detail/crypto-ticker-50%20-markets/lgkaalnoklbfbhcdpmamlnkonfiaiemi

Ticker for Bitcoin and other available cryptocurrencies. Show current rate on the icon for selected currency. In popup window current rate, 24 volume, graph. 3 alarms for rate less, over or change rate in %.
Data from https://bitcoincharts.com

And I decide how to show 4 symbols rate without truncating for last time rate over 1000 Smiley
Please feedback me, if you find bug or would like to add some features.

Regards,
Sergey

♡ Help developing this extension 1EB8zD1hGuaoo1Uf3hbovvZSkDabBWPmPr

----------------======= MFCoin & Freeland * mfcoin.net ====-----------
Virtual state Freeland, big social project based on blockchain and crypto-tech
1714708744
Hero Member
*
Offline Offline

Posts: 1714708744

View Profile Personal Message (Offline)

Ignore
1714708744
Reply with quote  #2

1714708744
Report to moderator
1714708744
Hero Member
*
Offline Offline

Posts: 1714708744

View Profile Personal Message (Offline)

Ignore
1714708744
Reply with quote  #2

1714708744
Report to moderator
1714708744
Hero Member
*
Offline Offline

Posts: 1714708744

View Profile Personal Message (Offline)

Ignore
1714708744
Reply with quote  #2

1714708744
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714708744
Hero Member
*
Offline Offline

Posts: 1714708744

View Profile Personal Message (Offline)

Ignore
1714708744
Reply with quote  #2

1714708744
Report to moderator
1714708744
Hero Member
*
Offline Offline

Posts: 1714708744

View Profile Personal Message (Offline)

Ignore
1714708744
Reply with quote  #2

1714708744
Report to moderator
Jeremycoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1003


𝓗𝓞𝓓𝓛


View Profile
February 09, 2017, 03:48:46 PM
 #2

This is a good idea for a chrome extension, you are so smart to come up with this kind of thing.

I have a suggestion for it, why don't you add an option for the theme. At least just 2 themes, black and white.

faucet used to be profitable
Sergey30 (OP)
Jr. Member
*
Offline Offline

Activity: 170
Merit: 1


View Profile WWW
February 09, 2017, 03:52:31 PM
 #3

This is a good idea for a chrome extension, you are so smart to come up with this kind of thing.

I have a suggestion for it, why don't you add an option for the theme. At least just 2 themes, black and white.
Thanks, I yesterday made it only) It is 1st version.
Ok, for 2nd version try to to make 2 themes!

----------------======= MFCoin & Freeland * mfcoin.net ====-----------
Virtual state Freeland, big social project based on blockchain and crypto-tech
Tradescoinz
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 09, 2017, 10:49:39 PM
 #4

Nice extension! It looks great.
Sergey30 (OP)
Jr. Member
*
Offline Offline

Activity: 170
Merit: 1


View Profile WWW
February 10, 2017, 06:15:59 PM
 #5

Now you can use dark & light themes!  Smiley
Update force or wait automatic update.
You are welcome!

----------------======= MFCoin & Freeland * mfcoin.net ====-----------
Virtual state Freeland, big social project based on blockchain and crypto-tech
Jeremycoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1003


𝓗𝓞𝓓𝓛


View Profile
February 11, 2017, 10:30:25 AM
 #6

Now you can use dark & light themes!  Smiley
Update force or wait automatic update.
You are welcome!

I've updated the extension on my chrome, and it looks so catchy. Thx for hearing my suggestion, it was so nice of you.

faucet used to be profitable
FXCesinha
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile WWW
March 13, 2017, 05:18:54 PM
 #7

Hi Sergey, thank you so much for sharing this.

I have been struggling with some chrome extensions, and most of them truncate their values, and since i am using to show BRL values, that uses 4 symbols, all my extensions has been truncated for a long time, and it seems that you fixed it.
So, how exactly did you manage it? i read the code a little bit, and i saw that you're matching and replacing some numbers with similar and alternative ASCII characters, such as "1" to "I", and "3": (char: 51), "З": (char: 1047), which is very interesting work around,
But prices that doesn't include "1" and "3" will truncate, this happens with localbitcoinsHKD (9888) and will eventually happen when localbitcoinsBRL reach 4000.

Do you know any more ASCII alternative characters or any other solution?

Kind Regards,
César Augusto.
Sergey30 (OP)
Jr. Member
*
Offline Offline

Activity: 170
Merit: 1


View Profile WWW
March 14, 2017, 10:47:39 AM
 #8

Hi César! Thank you for your attention.
There are two methods avoid long string 4 digits:
1. Change some symbols for same sign in letters
2. Display price into icon as graphic.

Second solution make the badge so small, but other side never truncate.
I think may be you to continue the technique of replacement of numbers with symbols, but not all changes will look like:
1 -  I
3 - З
4 -> Ч
5 - S
6 -> b
8 - B

Or other solution truncate carefully, for example "487."
And I see one more else solution - change base. So 4878 it will be show as "4.88"
I need some time to decide what solution better. I would appreciate your advice

Sergey

----------------======= MFCoin & Freeland * mfcoin.net ====-----------
Virtual state Freeland, big social project based on blockchain and crypto-tech
Sergey30 (OP)
Jr. Member
*
Offline Offline

Activity: 170
Merit: 1


View Profile WWW
March 16, 2017, 05:11:11 PM
 #9

in version 1.1.1.0 fixed problem "4 digits" as replace 4th digit:
9,0,1,2 -> I
3,4,5 -> З
6,7,8 -> b

Please update extension

----------------======= MFCoin & Freeland * mfcoin.net ====-----------
Virtual state Freeland, big social project based on blockchain and crypto-tech
bitcoinissatan
Full Member
***
Offline Offline

Activity: 388
Merit: 100


View Profile
March 16, 2017, 07:00:43 PM
 #10

This looks interesting but somehow today I still do not dare use the browser chrome extencion me, maybe next time I'll use it to test on my laptop is not on my personal computer
Jeremycoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1003


𝓗𝓞𝓓𝓛


View Profile
March 17, 2017, 06:59:38 PM
 #11

This looks interesting but somehow today I still do not dare use the browser chrome extencion me, maybe next time I'll use it to test on my laptop is not on my personal computer

What do you afraid of? This is just a chrome extension, not some kind of virus contained program Cheesy
Btw, this extension has done so many improvements since the first time it was made Wink

faucet used to be profitable
cryptofaceguy
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 18, 2017, 04:08:42 AM
 #12

I know this an old topic, but I found this chrome extension called HODL which I absolutely love as a ticker

https://chrome.google.com/webstore/detail/hodl/bachgelnkioffcoeddhpfobhdokjggkf

many coins supported... good news feed, and is tucked nicely away in the menu bar, so it's one click to get what you care about
Sergey30 (OP)
Jr. Member
*
Offline Offline

Activity: 170
Merit: 1


View Profile WWW
January 06, 2018, 02:58:41 PM
 #13

new updates v.2.0.0.0!

All main cryptocurrency and stocks!
Your favorite tickets!
Alarms!

Thanks for good rate and feel free for offer new ideas!

https://chrome.google.com/webstore/detail/crypto-ticker-50%20-markets/lgkaalnoklbfbhcdpmamlnkonfiaiemi

----------------======= MFCoin & Freeland * mfcoin.net ====-----------
Virtual state Freeland, big social project based on blockchain and crypto-tech
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!