Retro Calculator
A retro-styled pop-up calculator
Co to jest Retro Calculator?
Retro Calculator to rozszerzenie Chrome opracowane przez Yaye Esmilla, a jego główną funkcją jest „A retro-styled pop-up calculator”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Retro Calculator
Pobierz pliki rozszerzeń Retro 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
Retro Calculator
Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons.
Shortcuts:
c or `enter` or `return` (in Mac) - Equals Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | phlhhjgojpgddokobbenmdmpmabbnlij |
| Oficjalny URL | https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij |
| Opis | A retro-styled pop-up calculator |
| Rozmiar pliku | 73.12 KB |
| Liczba instalacji | 209 |
| Aktualna Wersja | 1.0.0.0 |
| Ostatnia Aktualizacja | 2020-08-08 |
| Data Publikacji | 2020-08-07 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Yaye Esmilla |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/yayesmilla/retro-calculator |
| Adres URL Strony Pomocy | https://github.com/yayesmilla/retro-calculator |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Retro Calculator",
"description": "A retro-styled pop-up calculator",
"version": "1.0.0.0",
"browser_action": {
"default_icon": "images\/icon-48.png",
"default_popup": "popup.html",
"default_title": "Retro Calculator"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"incognito": "spanning",
"permissions": []
} | |