Scientific Calculator

Just one click to activate the calculator!

Scientific Calculator là gì?

Scientific Calculator là một tiện ích mở rộng Chrome được phát triển bởi Mnwa, và tính năng chính của nó là "Just one click to activate the calculator!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scientific Calculator

Tải xuống các tệp mở rộng Scientific Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get this extension to use the calculator now!
+ Easy to use 
+ Advanced Interface
+ Scientific calculator                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scientific Calculator Scientific Calculator
ID amgpghckccldgepbpghdmpjpppflkede
URL Chính Thức https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede
Mô tả Just one click to activate the calculator!
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 9,895
Phiên Bản Hiện Tại 3.2.0.6
Cập Nhật Lần Cuối 2017-09-20
Ngày Phát Hành 2017-09-20
Đánh Giá 3.87/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Mnwa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Mnwa/CalcForChrome-byMnwa
URL Trang Trợ Giúp https://github.com/Mnwa/CalcForChrome-byMnwa/issues
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "MCalc",
    "version": "3.2.0.6",
    "description": "__MSG_extDesc__",
    "browser_action": {
        "default_title": "Calc",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}