Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Co to jest Calculator+?
Calculator+ to rozszerzenie Chrome opracowane przez https://www.mataskairaitis.com, a jego główną funkcją jest „A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Calculator+
Pobierz pliki rozszerzeń Calculator+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
| Oficjalny URL | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
| Opis | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
| Rozmiar pliku | 134 KB |
| Liczba instalacji | 1,641 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2014-09-15 |
| Data Publikacji | 2014-09-15 |
| Ocena | 4.73/5 Łącznie 11 Oceny |
| Deweloper | https://www.mataskairaitis.com |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.mataskairaitis.com/calculator |
| Obsługiwane Języki | 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"
]
}
} | |