Quick Calculator by Fedmich

Quick Calculator for Google Chrome™.

Qu'est-ce que Quick Calculator by Fedmich ?

Quick Calculator by Fedmich est une extension Chrome développée par https://calculatorchrome.com, et sa fonction principale est "Quick Calculator for Google Chrome™.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Calculator by Fedmich

Téléchargez les fichiers d'extension Quick Calculator by Fedmich au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Quick Calculator for Google Chrome Browser is a simple calculator which help you compute the total SUM of your numbers.
Just enter 1 number per line and the answer will show up below.
It's a fast and quick way to compute & crunch the numbers.
Let the App do the MATH for you :)                    

Informations de Base sur l'Extension

Nom Quick Calculator by Fedmich Quick Calculator by Fedmich
ID aapkdhkodcbnmglllnoofpojfajbogdm
URL Officiel https://chromewebstore.google.com/detail/quick-calculator-by-fedmi/aapkdhkodcbnmglllnoofpojfajbogdm
Description Quick Calculator for Google Chrome™.
Taille du Fichier 122 KB
Nombre d'Installations 149
Version Actuelle 0.2.7
Dernière Mise à Jour 2013-09-27
Date de Publication 2013-09-26
Évaluation 3.00/5 Total 5 Évaluations
Développeur https://calculatorchrome.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://calculatorchrome.com
URL de la Page d'Aide http://calculatorchrome.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Calculator by Fedmich",
    "version": "0.2.7",
    "manifest_version": 2,
    "description": "Quick Calculator for Google Chrome\u2122.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "omnibox": {
        "keyword": "calc"
    },
    "browser_action": {
        "default_icon": "img\/icon_16.png",
        "default_title": "Calculator",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/calculatorchrome.com\/*"
    ],
    "options_page": "options.html",
    "offline_enabled": true
}