Retro Calculator

A retro-styled pop-up calculator

Retro Calculatorคืออะไร?

Retro Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yaye Esmilla และคุณลักษณะหลักของมันคือ "A retro-styled pop-up calculator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retro Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Retro Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Retro Calculator Retro Calculator
ID phlhhjgojpgddokobbenmdmpmabbnlij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij
คำอธิบาย A retro-styled pop-up calculator
ขนาดไฟล์ 73.12 KB
จำนวนการติดตั้ง 209
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2020-08-08
วันที่เผยแพร่ 2020-08-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Yaye Esmilla
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yayesmilla/retro-calculator
URL หน้าช่วยเหลือ https://github.com/yayesmilla/retro-calculator
ภาษาที่รองรับ 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": []
}