Calculator

Very simple and functional calculator.

Calculator là gì?

Calculator là một tiện ích mở rộng Chrome được phát triển bởi http://youon.ru, và tính năng chính của nó là "Very simple and functional calculator.".

Ả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 Calculator

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

                        This calculator is rather easy but it contains some uncommon features. You can change functions of some buttons. For this you have to press right mouse button on one of green buttons and choose function what you need.                    

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

Tên Calculator Calculator
ID kmpdkkhfogidhfmaojmmlcikhnndeicl
URL Chính Thức https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl
Mô tả Very simple and functional calculator.
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-12-19
Ngày Phát Hành 2015-12-19
Đánh Giá 4.30/5 Tổng số 57 Đánh Giá
Nhà Phát Triển http://youon.ru
Loại Thanh Toán free
Trang Web Mở Rộng http://dev.youon.ru/apps/calculator/
Ngôn Ngữ Được Hỗ Trợ de,en,fr,it,ru
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "calculator.png",
        "48": "calculator.png",
        "128": "calculator.png"
    },
    "browser_action": {
        "default_icon": "calculator-bar.png",
        "default_title": "Calculatius",
        "default_popup": "calc.html"
    },
    "background": {
        "scripts": [
            "background\/bg1.js",
            "background\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "background\/emes.js",
                "background\/act.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "7.0",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.0"
}