Modern Calculator

Simple and Modern Calculator for Chrome browser.

Modern Calculator là gì?

Modern Calculator là một tiện ích mở rộng Chrome được phát triển bởi master94ga, và tính năng chính của nó là "Simple and Modern Calculator for Chrome browser.".

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

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

                        Modern Calculator is a simple and well made extension that open the calculator when you click on the icon.

The calculator have three different style that you can chose from the settings page, you can choose also the size, the options are small, medium and big.

Let me know if you like it, if all work correctly and all types of feedback are apprecieted.                    

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

Tên Modern Calculator Modern Calculator
ID fdpigloibdnkimfbebdgaaefdlkkjoha
URL Chính Thức https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha
Mô tả Simple and Modern Calculator for Chrome browser.
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-04-08
Ngày Phát Hành 2016-04-08
Đánh Giá 4.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển master94ga
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.giuseppeattanasio.me/project/#project/calculator
URL Trang Trợ Giúp http://www.giuseppeattanasio.me/#Contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modern Calculator",
    "options_page": "settings.html",
    "description": "Simple and Modern Calculator for Chrome browser.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "19": "img\/19.png",
        "48": "img\/48.png",
        "38": "img\/38.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Open Calculator!",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}