Calculator

A simple calculator that remembers your last calculation. You can close it at any time, and reopen it without losing your work.

Τι είναι το Calculator;

Το Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://linangdata.com, και η κύρια λειτουργία του είναι "A simple calculator that remembers your last calculation. You can close it at any time, and reopen it without losing your work.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Calculator

Λήψη αρχείων επέκτασης Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A simple calculator for basic arithmetic. 

Adds a calculator icon to your browser toolbar. You can open the calculator while browsing any web page. It remembers your last calculation so you can close it at any time and reopen without losing your work.

Features:

• Compact and available when you need it right from the Chrome toolbar
• Remembers your previous calculation when re-opened
• A selectable history records your last 10 calculations
• Use the keyboard number pad for calculations
• Enter key for "=" and "c" for clear
• Del/Backspace key to edit calculation
• Copy results or calculations to the clipboard
• Re-sizable - remembers you setting when you close the calculator
• It's Free!

Functions (keyboard shortcuts):

• Number Pad or 0-9 for Number Entry
• Equals (= or Enter)
• Clear ("c")
• Delete (del/backspace) - removes last character you typed
• Copy to clipboard (ctrl-c)
• Divide (/)
• Times (*)
• Minus (-)
• Plus (+)
• Percent (% or F1). 
     Examples: 
       50x20% means 20 percent of 50 (or use the shorthand 50%20) = 10
       10-20% means subtract 20% of 10 from 10 = 8
       10+12% means add 12% of 10 to 10 = 11.2
• Square Root (F2). 
      Example, 9√  = 3, or 3+9√ = 9
• Square x² 
     Example, 9² = 81
• Reciprocal ⅟x 
      Example, ⅟4 = 0.25
• +/- (F3) - negates the value
• Parentheses to control order of calculations.  
      Example:  (3+2)*4  = 20  without parenthesis the multiplication happens first: 3+2*4= 11
• Decimal point

Changes:
• 1.8.2 - Improved layout for history menu
• 1.8.0 - New functions squared and reciprocal, parenthesis to control order of calculations, user experience updates
• 1.7.9 - update to manifest V3                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Calculator Calculator
ID hcpbdjanfepobbkbnhmalalmfdmikmbe
Επίσημο URL https://chromewebstore.google.com/detail/calculator/hcpbdjanfepobbkbnhmalalmfdmikmbe
Περιγραφή A simple calculator that remembers your last calculation. You can close it at any time, and reopen it without losing your work.
Μέγεθος Αρχείου 1.5 MB
Αριθμός Εγκαταστάσεων 111,327
Τρέχουσα Έκδοση 1.8.2
Τελευταία Ενημέρωση 2022-11-18
Ημερομηνία Δημοσίευσης 2020-05-10
Αξιολόγηση 4.12/5 Συνολικά 130 Αξιολογήσεις
Προγραμματιστής https://linangdata.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://linangdata.com
Διεύθυνση URL της Σελίδας Βοήθειας https://linangdata.com/calculator/
URL της Σελίδας Πολιτικής Απορρήτου https://linangdata.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calculator",
    "short_name": "Calculator",
    "description": "A simple calculator that remembers your last calculation. You can close it at any time, and reopen it without losing your work.",
    "version": "1.8.2",
    "offline_enabled": false,
    "icons": {
        "16": "css\/icons\/16x16.png",
        "24": "css\/icons\/24x24.png",
        "32": "css\/icons\/32x32.png",
        "48": "css\/icons\/48x48.png",
        "128": "css\/icons\/128x128.png"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "19": "css\/icons\/19x19.png",
            "38": "css\/icons\/38x38.png"
        },
        "default_popup": "index.html",
        "default_title": "Calculator"
    }
}