Just Calculator ;)
Simple, but powerful calculator in popup window
Just Calculator ;) là gì?
Just Calculator ;) là một tiện ích mở rộng Chrome được phát triển bởi MaxPax, và tính năng chính của nó là "Simple, but powerful calculator in popup window".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Just Calculator ;)
Tải xuống các tệp mở rộng Just 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
The basis is taken Calque, based on Math.js. Therefore, all Calque operations are, which is the square root, involution, trigonometry (sin, cos, etc.), conversion of values, work with matrices, functions, etc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Just Calculator ;) |
ID | fhienojmjihbioapjpocpalfphjiakam |
URL Chính Thức | https://chromewebstore.google.com/detail/just-calculator/fhienojmjihbioapjpocpalfphjiakam |
Mô tả | Simple, but powerful calculator in popup window |
Kích Thước Tệp | 108 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-03-20 |
Ngày Phát Hành | 2017-03-18 |
Đánh Giá | 4.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | MaxPax |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "ru", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.1", "browser_action": { "default_icon": "icon19.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "19": "icon19.png", "48": "icon48.png" } } |