Currency converter
This extension is to convert your currency to other
Τι είναι το Currency converter;
Το Currency converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fasalu Rahman KM, και η κύρια λειτουργία του είναι "This extension is to convert your currency to other".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Currency converter
Λήψη αρχείων επέκτασης Currency converter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extension is to convert your currency to 160 other currency. you will have the following options, - Convert your currency to 160 other currency, - ASK and BID of the selected currency - Based on yahoo financial Exchange - Get all convert result - An option to compare all currency and its BID and ASK amount
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mfgmiiamglkhffmnehbmiekogaegehgk |
Επίσημο URL | https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk |
Περιγραφή | This extension is to convert your currency to other |
Μέγεθος Αρχείου | 89.98 KB |
Αριθμός Εγκαταστάσεων | 37 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-03-10 |
Ημερομηνία Δημοσίευσης | 2014-03-10 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Fasalu Rahman KM |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency converter", "description": "This extension is to convert your currency to other", "version": "1.0", "permissions": [ "https:\/\/query.yahooapis.com\/v1\/public\/*", "http:\/\/fonts.googleapis.com\/*", "http:\/\/code.angularjs.org\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ", "browser_action": { "default_icon": "equal16.png", "default_popup": "currencyConverter.html" }, "icons": { "16": "equal16.png", "48": "equal48.png", "128": "equal.png" }, "short_name": "convert currency" } |