Calculator Chrome Extension
This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !
Co to jest Calculator Chrome Extension?
Calculator Chrome Extension to rozszerzenie Chrome opracowane przez Mitin Sharma, a jego główną funkcją jest „This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Calculator Chrome Extension
Pobierz pliki rozszerzeń Calculator Chrome Extension 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
This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try ! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jdmcnjmopmnkijcbonebjbdkpcdblobn |
| Oficjalny URL | https://chromewebstore.google.com/detail/calculator-chrome-extensi/jdmcnjmopmnkijcbonebjbdkpcdblobn |
| Opis | This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try ! |
| Rozmiar pliku | 1.08 MB |
| Liczba instalacji | 164 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2017-07-17 |
| Data Publikacji | 2017-07-17 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Mitin Sharma |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Calculator Chrome Extension",
"version": "1.0.2",
"manifest_version": 2,
"icons": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png",
"128": "icons\/128x128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png",
"128": "icons\/128x128.png"
},
"default_title": "Smart Calculator",
"default_popup": "calc.html"
}
} | |