Discount Calculator

A basic caculator that also allows you to calculate common price discounts and tips with a single click.

Discount Calculatorคืออะไร?

Discount Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linangdata.com และคุณลักษณะหลักของมันคือ "A basic caculator that also allows you to calculate common price discounts and tips with a single click."

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

screenshot

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

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

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

                        Calculate common discounts with a single click. This is a simple caculator that also allows you to calculate price reductions and see how much money you save!

You can compare the reduced price and the amount of money you save.

As a buyer, it works as a sale price calculator to see a final price after you factor in a discount - perhaps from that 20% price off coupon you have.

Features:
- A set of common discount percentage calculations. Takes your current calculation and rounds it to a price-friendly two decimal places. Displays the amount you would pay with the deduction and how much you save - invaluable!
- Remembers your previous calculation when re-opened
- History records last 10 calculations
- Use the keyboard number pad for calculations
- Copy results from the display 
- Re-sizable window 
- Enter key for "=" and "c" for clear
- It's Free!

Keyboard Shortcuts:
- Number Pad or 0-9 for Number Entry
- Equals (= or Enter)
- Clear ("c")
- Del or Backspace to delete
- Divide (/)
- Times (*)
- Minus (-)
- Plus (+)
- Percent (% or F1) (Examples, 50%20 means 20 percent of 50; 40+50% means add 50% of 40)
- Square Root (F2)
- +/- (F3)
- Decimal point (Period)
- Copy results from the display (Ctrl-c)
- Close Window (ESC or click in main Chrome tab)

Changes:
1.1.6 - Update to manifest V3                    

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

ชื่อ Discount Calculator Discount Calculator
ID bihdjlhligapjcbabbmjgbibndbbibmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/discount-calculator/bihdjlhligapjcbabbmjgbibndbbibmp
คำอธิบาย A basic caculator that also allows you to calculate common price discounts and tips with a single click.
ขนาดไฟล์ 421 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2022-03-26
วันที่เผยแพร่ 2018-09-04
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://linangdata.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://linangdata.com/
URL หน้าช่วยเหลือ https://linangdata.com/tools/discount-calculator/
URL หน้านโยบายความเป็นส่วนตัว https://linangdata.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discount Calculator",
    "short_name": "Calculator",
    "description": "A basic caculator that also allows you to calculate common price discounts and tips with a single click.",
    "version": "1.1.6",
    "offline_enabled": false,
    "icons": {
        "16": "css\/icons\/16x16.png",
        "24": "css\/icons\/24x24.png",
        "32": "css\/icons\/32x32.png",
        "48": "css\/icons\/48x48.png",
        "64": "css\/icons\/64x64.png",
        "96": "css\/icons\/96x96.png",
        "128": "css\/icons\/128x128.png"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "19": "css\/icons\/19x19.png",
            "38": "css\/icons\/38x38.png",
            "64": "css\/icons\/64x64.png"
        },
        "default_popup": "index.html",
        "default_title": "Discount Calculator"
    }
}