Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Calculator+คืออะไร?
Calculator+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mataskairaitis.com และคุณลักษณะหลักของมันคือ "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calculator+
ดาวน์โหลดไฟล์ส่วนขยาย Calculator+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.
How to use:
Install the extension.
Click the calculator icon in the top right corner of your browser.
Hotkeys:
Enter: Submits calculation
=: Submits calculation
C: deletes everything
Calculator+ is completely free & open source.
You may find the source at: http://www.mataskairaitis.com/calculator ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
| คำอธิบาย | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
| ขนาดไฟล์ | 134 KB |
| จำนวนการติดตั้ง | 1,641 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-09-15 |
| วันที่เผยแพร่ | 2014-09-15 |
| คะแนน | 4.73/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | https://www.mataskairaitis.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.mataskairaitis.com/calculator |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calculator+",
"description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
"version": "1.0",
"author": "Matas Kairaitis",
"browser_action": {
"default_title": "Calculator+",
"default_icon": "images\/icon.png",
"default_popup": "calculator.html"
},
"sandbox": {
"pages": [
"sandbox.html"
]
}
} | |