Calculator
Basic arithmetic calculator
Calculator là gì?
Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://calc2017.top, và tính năng chính của nó là "Basic arithmetic calculator".
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
Simple calculator with advanced features. Offline and panel mode support. Features: • basic arithmetic operations • usable with keyboard & mouse • offline support • color mode
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Calculator |
ID | odlbionehhhlfofknbpliabnhfihkicl |
URL Chính Thức | https://chromewebstore.google.com/detail/calculator/odlbionehhhlfofknbpliabnhfihkicl |
Mô tả | Basic arithmetic calculator |
Kích Thước Tệp | 531 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-03-14 |
Ngày Phát Hành | 2017-03-13 |
Nhà Phát Triển | https://calc2017.top |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "calculator-icon1\/48x48.png", "default_popup": "popup.html", "default_title": "Calculator" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Basic arithmetic calculator", "icons": { "128": "calculator-icon1\/128x128.png", "16": "calculator-icon1\/16x16.png", "24": "calculator-icon1\/24x24.png", "32": "calculator-icon1\/32x32.png", "48": "calculator-icon1\/48x48.png", "64": "calculator-icon1\/64x64.png" }, "manifest_version": 2, "name": "Calculator", "offline_enabled": true, "permissions": [ "clipboardRead", "clipboardWrite" ], "version": "1.0" } |