/quickCalc

QuickCalc Chrome extension is a light calculator that make it easy for you to make use of calculator on your web browser.

Primary LanguageJavaScriptMIT LicenseMIT

Quick Calculator Chrome extension

Author: Obadimu Ismail


About

QuickCalc Chrome extension is a light calculator that make it easy for you to make use of calculator on your web browser.

Screenshot:

Installation

Download ZIP, unzip and then go to

chrome://extensions
then switch the "Developer mode" on and then click on "load unpacked extension" and find your extension

Installation (packed version)

Download ZIP, unzip and then locate "quickcalc.crx" in the folder drag and drop the package file (quickcalc.crx) into the chrome window, thats it!

Setup

For full customization of this extension visit chrome://flags on your chrome browser and search for 

Experimental Web Platform features Mac, Windows, Linux, Chrome OS, Android

Enables experimental Web Platform features that are in development. #enable-experimental-web-platform-features

#Ensure you enable this feature as this extension is built on CSS grid System.

Used librarys

jQuery

License

The MIT License (MIT)

Copyright (c) 2016 Gino Côté

Permission is hereby granted, free of charge, to any person obtaining a copy of this extension and associated documentation files (the "extension"), to deal in the extension without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE EXTENSION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE EXTENSION OR THE USE OR OTHER DEALINGS IN THE EXTENSION.

Files/Folders tree

|   LICENSE
|   manifest.json
|   popup.html
|	quickcalc.crx
|   README.md
|
+---css
|       quickcalc.css
|
+---img
|       icon-16.png
|       icon-48.png
|       icon-128.png
|		screenshot.png
|
+---js
|       jquery.min.js
|       quickcalc.js
|