QuickCur - Bubble Currency Converter

Select the number on your page, right click and show result in bubble. SUPER FAST WAY!

Τι είναι το QuickCur - Bubble Currency Converter;

Το QuickCur - Bubble Currency Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον QuickCur, και η κύρια λειτουργία του είναι "Select the number on your page, right click and show result in bubble. SUPER FAST WAY!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Quick Cur - Bubble Currency Converter
-----------------------------------------------------------------------------------
Suffer from calculating price when shopping in foreigner website? 
Try this!
Select the number on your page, right click then select the currency mapping. Result will show in bubble. SUPER FAST WAY!

[ How To Use ]
1. Select the number text on page
2. Right Click on it
3. Choose the exchange action you want to make

★ In option page, you can create your favorite currency map!

 * v1.2.5
   * Rename the package name in Eng.
   * Add feedback page.

 * v1.2.4
   * Fix the issue that menu is gone when extensio upgrades.

 * v1.2.3
   * The issue that new added exchange not working is fixed
* v1.2.2
   * A better and friendly option page allows user to find the currency. 
   * You can make your owned ordering for currency list

* v1.2.1
   * Make extractor can read number without comma
   * Enhance extractor to be able to read number when user select string with both characters and number
   * Add rate info in popup window

v1.2.0
   * Fix the issue that functionality failure which deal with number more than million.
   * Add black text color on pop-up  

v1.1.1
   * Fix the issue that adding currency button not working.                    

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

Όνομα QuickCur - Bubble Currency Converter QuickCur - Bubble Currency Converter
ID nenjmmjmglcjbiabpgjggehahbdejoon
Επίσημο URL https://chromewebstore.google.com/detail/quickcur-bubble-currency/nenjmmjmglcjbiabpgjggehahbdejoon
Περιγραφή Select the number on your page, right click and show result in bubble. SUPER FAST WAY!
Μέγεθος Αρχείου 1.33 MB
Αριθμός Εγκαταστάσεων 105
Τρέχουσα Έκδοση 1.2.5
Τελευταία Ενημέρωση 2024-03-03
Ημερομηνία Δημοσίευσης 2021-09-03
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής QuickCur
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.2.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "options_page": "options.html",
    "default_locale": "zh_TW",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "lib\/TypeAhead.js",
                "lib\/jquery-ui.min.js",
                "lib\/jquery-3.6.4.min.js",
                "lib\/bootstrap.min.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/tw.rter.info\/capi.php"
        ]
    },
    "host_permissions": [
        "https:\/\/tw.rter.info\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}