2D & 3D Calc

Calculator for calculating circuit and area shapes, surface and volume solids.

2D & 3D Calc란 무엇입니까?

2D & 3D Calc은(는) http://2d3dcalc.pekapps.cz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculator for calculating circuit and area shapes, surface and volume solids."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

2D & 3D Calc 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Calculator for calculating perimeter (circumference) and area shapes, surface area and volume solids.

Calculate:

- perimeter of square and area of square
- perimeter of rectangle and area of rectangle
- circumference of circle and area of circle
- perimeter of triangle and area of triangle
- perimeter of rhombus and area of rhombus
- perimeter of rhomboid and area of rhomboid
- perimeter of trapezoid and area of trapezoid
- circumference of ellipse and area of ellipse

- surface area of cube and volume of cube
- surface area of cuboid and volume of cuboid
- surface area of sphere and volume of sphere
- surface area of cylinder and volume of cylinder
- surface area of cone and volume of cone

Calculator is only for education.                    

확장 프로그램 기본 정보

이름 2D & 3D Calc 2D & 3D Calc
ID llgiihfjhohgmeikhnndplhhkhmmmgcc
공식 URL https://chrome.google.com/webstore/detail/2d-3d-calc/llgiihfjhohgmeikhnndplhhkhmmmgcc
설명 Calculator for calculating circuit and area shapes, surface and volume solids.
파일 크기 39.75 KB
설치 횟수 1,000
현재 버전 1.0.0.2
최근 업데이트 2016-04-11
출시 날짜 2016-04-11
평점 3.50/5 총 6 개의 평점
개발자 http://2d3dcalc.pekapps.cz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://pekapps.com/mobile-applications/2d3dcalc.html
도움말 페이지 URL http://pekapps.com/contact.html
지원되는 언어 de,en,fr,es,pt-BR,pt-PT,sv,cs,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/2d3dcalc.pekapps.cz\/"
    ],
    "browser_action": {
        "default_title": "2D & 3D Calc",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}