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文件

下載2D & 3D Calc擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}