This is an official chrome extension of Coding Blocks. It is a free, open-source application. It takes the data of latest webinars and videos from Coding Blocks Youtube official channel.
- Creates a button in your button-bar which, when clicked, pops up a QuickAdd window to create a content associated with the current online and offline course.
- You can click a button to visit the page of courses in our official website.
- You can click video to play and also able to make it full screen.
You will need the following things properly installed on your computer.
- Git
- Google Chrome
- Any Code Editor
app.js: Handles generic communication with the API and animate the loader.
popup.html: Source for the popup window, contains the top-level logic which drives most of the user-facing functionality.
- Download the code, e.g.
https://github.com/iamspathan/CB-Chrome-Extension.git
- Navigate chrome to
chrome://extensions
- Check the
Developer mode
toggle - Click on
Load Unpacked Extension...
- Select the folder containing the extension
- If you want to hack on the extension, you'll need to install it manually. First clone or fork this repo.
- Create the issue in issues tab or you can find any issue to resolve it.
- Made changes in your repository and create your pull request.
- Once you've created a pull request, you can push commits from your topic branch.
- Other contributors can review your proposed changes, add review comments, contribute to the pull request discussion, and even add commits to the pull request.
- Once code reviewed by admin, it will be merge to master branch.