Calculator
Calculator is easy app. Mathematics on one click.
Co to jest Calculator?
Calculator to rozszerzenie Chrome opracowane przez Tetris Offline and Tools, a jego główną funkcją jest „Calculator is easy app. Mathematics on one click.”.
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 practical and useful html app. Math with many mathematical functions. Users can use functions basic, logarithmic, goniometric, brackets etc. All in this Calculator in your browser.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gpajmlbjpjdoamamiijpeihfdhkhnieh |
Oficjalny URL | https://chrome.google.com/webstore/detail/calculator/gpajmlbjpjdoamamiijpeihfdhkhnieh |
Opis | Calculator is easy app. Mathematics on one click. |
Rozmiar pliku | 112 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-06-21 |
Data Publikacji | 2018-06-21 |
Ocena | 2.50/5 Łącznie 2 Oceny |
Deweloper | Tetris Offline and Tools |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator", "description": "Calculator is easy app. Mathematics on one click.", "version": "1.0.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.google.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |