Calculator Chrome

handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.

Calculator Chrome란 무엇입니까?

Calculator Chrome은(는) downloadhub.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Calculator Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features:
the calculator will open in a click.
Basic arithmetic operations(addition, subtraction, multiplication, and division).
this calculator is very easy to use.
very interesting to design.

Here you are the project: https://github.com/hemucode/Calculator

If there is any problem you can contact us: https://www.downloadhub.cloud/2023/04/calculator.html

If you like please give us a rating!

Disclaimer: Chrome is a trademark of google Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to google or google Inc.                    

확장 프로그램 기본 정보

이름 Calculator Chrome Calculator Chrome
ID babpcpbipmnncifldfihkkfmbbldicdn
공식 URL https://chromewebstore.google.com/detail/calculator-chrome/babpcpbipmnncifldfihkkfmbbldicdn
설명 handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.
파일 크기 39.63 KB
설치 횟수 246
현재 버전 0.1.1
최근 업데이트 2023-04-20
출시 날짜 2023-04-20
개발자 downloadhub.cloud
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.downloadhub.cloud/
도움말 페이지 URL https://www.downloadhub.cloud/2023/04/calculator.html
개인정보 보호 정책 페이지 URL https://www.downloadhub.cloud/p/privacy-policy.html
지원되는 언어 en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/128.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": []
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/04\/calculator.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "calcu",
    "version": "0.1.1"
}