Click Currency

Click Currency is a browser extension that instantly converts any currency on a webpage, just by right-clicking.

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

Το Click Currency είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://clickcurrency.co, και η κύρια λειτουργία του είναι "Click Currency is a browser extension that instantly converts any currency on a webpage, just by right-clicking.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        One-Click Currency Converter 

Browse. Click. Convert. 

Convert currencies on-page and in just one click.

Click Currency allows you to highlight an amount on a website, right-click and see the currency conversion directly in the right-click menu. 

You’ll never have to navigate away from the page you are viewing to calculate your conversions. Usually, calculating a currency conversion is a lengthy task. You have to copy the number, navigate away from the page to paste and google it, or use a currency converter elsewhere. But with Click Currency, you’ll get your conversion on-page and in one click!

Incredibly useful for sourcing prices for e-commerce shopping, choosing a software packages and travel planning. Instantly know whether you’re getting a good deal in your home currency.

Features: 
# 3 conversion pairs for FREE
# Preset home currency
# Toggle between conversion pairs in the menu. 
# One-click functionality
# Incredibly simple setup and user experience 
# No Ads
# All international currencies available (Premium)
# Unlimited number of conversion pairs (Premium)                    

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

Όνομα Click Currency Click Currency
ID abbmjlpgpmmkgfhdbbnbhbkacbkbfnbe
Επίσημο URL https://chromewebstore.google.com/detail/click-currency/abbmjlpgpmmkgfhdbbnbhbkacbkbfnbe
Περιγραφή Click Currency is a browser extension that instantly converts any currency on a webpage, just by right-clicking.
Μέγεθος Αρχείου 1.98 MB
Αριθμός Εγκαταστάσεων 516
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2021-09-06
Ημερομηνία Δημοσίευσης 2021-09-06
Αξιολόγηση 2.00/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://clickcurrency.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://clickcurrency.co
Διεύθυνση URL της Σελίδας Βοήθειας https://clickcurrency.co/feedback
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click Currency",
    "short_name": "CRN ext",
    "description": "Click Currency is a browser extension that instantly converts any currency on a webpage, just by right-clicking.",
    "version": "1.3.1",
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-3.4.1.min.js",
                "scripts\/content-script.js"
            ],
            "css": [
                "styles\/content_script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "img\/icon32.png",
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Click Currency"
    },
    "icons": {
        "100": "img\/icon128.png",
        "64": "img\/icon64.png",
        "32": "img\/icon32.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/unpkg.com https:\/\/code.jquery.com https:\/\/gumroad.com\/js\/gumroad.js; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/jquery-3.4.1.min.js",
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/copy.png"
    ]
}