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
公式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
Eメール [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"
    }
}