Calc

Calc is a simple online calculator that saves your time. You can use Calc right in your browser without opening any additional tabs.

Τι είναι το Calc;

Το Calc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Calc, και η κύρια λειτουργία του είναι "Calc is a simple online calculator that saves your time. You can use Calc right in your browser without opening any additional tabs.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Calc is a simple online calculator that saves your time. You can use Calc right in your browser without opening any additional tabs. Calc is a good online calculator for work, home or study. Simply for every calculation. Count wherever.

[Important!]
Access to site data is necessary to open the calculator in content or window mode, and to autorun Calc at sites you specify (the list of specified sites could be set in the settings). Calc does not collect your data and does not transmit it.

There are several reasons to download and install Calc:
1. Basic calculator. Simple and clear calculator for ordinary calculations.
2. Handy percent calculator. You can find out how many percent is the number X of number Y. Which number corresponds to X percent of the number Y. Add or subtract the percentages from the number.
3. Days calculator. With our day calculator you will be able to calculate the period of time with an accuracy of one second.

Calc extension uses Google Analytics service to collect statistics on extension usage. If you do not want to transfer data, install the official blocker application from Google or any of its analogues. The official blocker of Google Analytics from Google is http://tools.google.com/dlpage/gaoptout.

We support Chrome Online Store policy on minimal rational use of permissions:
1. Cookies
- Auto-detection of language and country.
2. Notifications
- Timer Alarms.
3. Storage
- Auto saving extension settings.
- Calc's history.
4. WebNavigation
- auto-start calculator on the set sites (you can select websites list in the settings)
5. ContextMenus
- Open the calculator in content or window mode.
6. Tabs
- Open Calc in a new tab.                    

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

Όνομα Calc Calc
ID blcnboogonjdimbnmmjcfkaonnkckkaa
Επίσημο URL https://chromewebstore.google.com/detail/calc/blcnboogonjdimbnmmjcfkaonnkckkaa
Περιγραφή Calc is a simple online calculator that saves your time. You can use Calc right in your browser without opening any additional tabs.
Μέγεθος Αρχείου 423 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.0.14
Τελευταία Ενημέρωση 2021-07-28
Ημερομηνία Δημοσίευσης 2020-09-29
Αξιολόγηση 4.59/5 Συνολικά 114 Αξιολογήσεις
Προγραμματιστής Calc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://get-calc.com/
Υποστηριζόμενες Γλώσσες de,en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calc",
    "version": "1.0.14",
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "Calc",
        "default_popup": "popup\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html"
    },
    "devtools_page": "devtools\/index.html",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "webNavigation",
        "contextMenus",
        "management",
        "alarms",
        "search",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "contents\/timer-push\/alarm.mp3"
    ]
}