Retro Calculator

A retro-styled pop-up calculator

Retro Calculator là gì?

Retro Calculator là một tiện ích mở rộng Chrome được phát triển bởi Yaye Esmilla, và tính năng chính của nó là "A retro-styled pop-up calculator".

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

screenshot
screenshot

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

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

                        Retro Calculator

Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons.

Shortcuts:
 c or `enter` or `return` (in Mac) - Equals                    

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

Tên Retro Calculator Retro Calculator
ID phlhhjgojpgddokobbenmdmpmabbnlij
URL Chính Thức https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij
Mô tả A retro-styled pop-up calculator
Kích Thước Tệp 73.12 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2020-08-08
Ngày Phát Hành 2020-08-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Yaye Esmilla
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yayesmilla/retro-calculator
URL Trang Trợ Giúp https://github.com/yayesmilla/retro-calculator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retro Calculator",
    "description": "A retro-styled pop-up calculator",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Retro Calculator"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "incognito": "spanning",
    "permissions": []
}