Big Calc
This extension will show how decimals work in JS
Qu'est-ce que Big Calc ?
Big Calc est une extension Chrome développée par http://anupvarghese.github.io, et sa fonction principale est "This extension will show how decimals work in JS".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Big Calc
Téléchargez les fichiers d'extension Big Calc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple calculator built using React
Informations de Base sur l'Extension
Nom | |
ID | jlkaidnchiknhmigbgfmopmfnoiemnpe |
URL Officiel | https://chrome.google.com/webstore/detail/big-calc/jlkaidnchiknhmigbgfmopmfnoiemnpe |
Description | This extension will show how decimals work in JS |
Taille du Fichier | 64.58 KB |
Nombre d'Installations | 29 |
Version Actuelle | 4.1 |
Dernière Mise à Jour | 2018-03-06 |
Date de Publication | 2018-03-06 |
Développeur | http://anupvarghese.github.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Big Calc", "description": "This extension will show how decimals work in JS", "version": "4.1", "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab" ], "icons": { "16": "big-calc-16.png", "48": "big-calc-48.png", "128": "big-calc-128.png" } } |