Smart Calc

Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.

Smart Calc là gì?

Smart Calc là một tiện ích mở rộng Chrome được phát triển bởi andersonfetter, và tính năng chính của nó là "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Smart Calc 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

                        This is a simple way to make math. Highlighting text in any website. The default function is sum, but you can easely change it jut press the other function (+, -, /, *). On the icon the color indicates which function is selected. For the most advanced users you can edit by yourself the equations by using the pop up page.                    

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

Tên Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
URL Chính Thức https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Mô tả Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
Kích Thước Tệp 35.43 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-27
Ngày Phát Hành 2016-04-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển andersonfetter
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.afetter.com/license
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Calc",
    "description": "Select number in the web page and automatically (+, -, \/, *) with the previous values. Also you can edit the function by your own.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}