Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Vad är Calculator+?
Calculator+ är en Chrome-tillägg utvecklad av https://www.mataskairaitis.com, och dess huvudfunktion är "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".
Tilläggsskärmbilder
Ladda ner Calculator+-förlängningens CRX-fil
Ladda ner Calculator+-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
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed. How to use: Install the extension. Click the calculator icon in the top right corner of your browser. Hotkeys: Enter: Submits calculation =: Submits calculation C: deletes everything Calculator+ is completely free & open source. You may find the source at: http://www.mataskairaitis.com/calculator
Grundläggande Information om Tillägg
Namn | Calculator+ |
ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
Officiell webbadress | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
Beskrivning | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
Filstorlek | 134 KB |
Antal Installationer | 1,641 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-09-15 |
Publiceringsdatum | 2014-09-15 |
Betyg | 4.73/5 Totalt 11 Betyg |
Utvecklare | https://www.mataskairaitis.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.mataskairaitis.com/calculator |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calculator+", "description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.", "version": "1.0", "author": "Matas Kairaitis", "browser_action": { "default_title": "Calculator+", "default_icon": "images\/icon.png", "default_popup": "calculator.html" }, "sandbox": { "pages": [ "sandbox.html" ] } } |