Quick for TRY
You can download from webstore chrome and use right away
New Projects
- SBD price is very volatile.
- Author reward is 75% percent of post reward
- %50 SBD / %50 SP
- There are cuts for utopian or dmania
- and USD/Local price is channing!
In this case, it is difficult to predict exactly how much money you will get.
I found smilar tool but its .exe and needed run to .py
or others did not working well (and don't calculate cuts)
I decided to write the new extention code;
SBD Yerel
// The meaning of " Yerel" is the "Local"
Using
You can download source and change var cur3 = 'TRY'; var cur2 = 'TL' and use in your local currency
Technology Stack
background: onClicked.addListener for toggle
function set_status() {toggle = !toggle;
status = 'off'; if(toggle) { status = 'on'; } }
function toggle_extension(tab) { // ..}
function my_listener(tabId, changeInfo, tab) { //.. }
chrome.browserAction.onClicked.addListener(function(tab) { /.. });
chrome.tabs.onUpdated.addListener(my_listener);
content: onClicked.addListener for toggle
// URL with API
function getURL(URL, callback) {
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function () { //.. }
// we are meandering because steemit pages, loading with scrolling
var windowHeight = window.innerHeight; var windowWidth = window.innerWidth; //..
window.addEventListener('scroll', function() { //... })
Roadmap
I will add "Options page" for easly selecting to currencyHow to contribute?
May be, It can use "storing". You can open pull requests.
You can contact to me via discord (@MuratTatar#7991) or better reply to this post
Posted on Utopian.io - Rewarding Open Source Contributors