Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

Τι είναι το Currency Converter;

Το Currency Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον John Sanchirico, και η κύρια λειτουργία του είναι "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

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

screenshot

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

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

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

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

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

Όνομα Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
Επίσημο URL https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Περιγραφή Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Μέγεθος Αρχείου 76.83 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2019-10-23
Ημερομηνία Δημοσίευσης 2019-10-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής John Sanchirico
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "short_name": "CC",
    "version": "0.1.1",
    "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    }
}