Big Calc
This extension will show how decimals work in JS
Vad är Big Calc?
Big Calc är en Chrome-tillägg utvecklad av http://anupvarghese.github.io, och dess huvudfunktion är "This extension will show how decimals work in JS".
Tilläggsskärmbilder
Ladda ner Big Calc-förlängningens CRX-fil
Ladda ner Big Calc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple calculator built using React
Grundläggande Information om Tillägg
Namn | |
ID | jlkaidnchiknhmigbgfmopmfnoiemnpe |
Officiell webbadress | https://chrome.google.com/webstore/detail/big-calc/jlkaidnchiknhmigbgfmopmfnoiemnpe |
Beskrivning | This extension will show how decimals work in JS |
Filstorlek | 64.58 KB |
Antal Installationer | 29 |
Aktuell Version | 4.1 |
Senast Uppdaterad | 2018-03-06 |
Publiceringsdatum | 2018-03-06 |
Utvecklare | http://anupvarghese.github.io |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |