Hello everyone. I am continue development with Utopian. I am developing myself in Blockchain and CryptoCurrency. Today I developed a plugin to track crypto money prices comfortably from our browser.
Sometimes the first thing I do when I get up in the morning is to look at the price of cryptocurrencies .
You can download and try out the extension here.
My Development Process
First I developed a web application with NodeJS.
After completing the web app, I started developing Chrome extension.
Plugin development for Chrome is very easy. First I deployed my web application to Heroku. Click here to browse the web application. Then I published the web application as an iframe in the chrome plugin.
Install Unpackaged Extension to Chrome
The plugin files are located in the Github repository. Once downloaded, open the archive and extract it into a folder. Open extensions page on Chrome. ( chrome://extensions/ ). Activate developer mode.
Install the unpacked extension as shown below. Click Load Unpackaged Extension and choose extension files folder.
Install the Web App
$ git clone https://github.com/hsynterkr/Coin-Ticker.git
$ cd Coin-Ticker
$ npm install
$ npm run dev
Posted on Utopian.io - Rewarding Open Source Contributors