MagicSel

Selecting to convert currency or other units to the one you are more familiar with.

Τι είναι το MagicSel;

Το MagicSel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DENG Yi, και η κύρια λειτουργία του είναι "Selecting to convert currency or other units to the one you are more familiar with.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Simply select the text on the page, the converted is shown nearby! Nothing is simpler than this ever!

Convertions between:

1) Currencies: US dollar, pound, euro, Japanese yen, Chinese Yuan(RMB) and others.

2) Length/Area units: mile/inch/foot/yard and km/m/dm/cm/mm/mcm,

3) Temperature: Fahrenheit and Celsius,

4) Weights: oz/pound and ton/kg/g/mg/mcg

5) Volumes: (US/Imperial) gallon/quard/pint/cup/oz/tablespoon/teaspoon and m³/L/mL

6) Car related: MPG and L/100km, MPH and kmph

7) Fraction recognized, e.g. 1 3/8".

8) Date/time to local time.                    

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

Όνομα MagicSel MagicSel
ID dmobhfhmcgcceenmkcpckkffmfkkmkbf
Επίσημο URL https://chromewebstore.google.com/detail/magicsel/dmobhfhmcgcceenmkcpckkffmfkkmkbf
Περιγραφή Selecting to convert currency or other units to the one you are more familiar with.
Μέγεθος Αρχείου 47.75 KB
Αριθμός Εγκαταστάσεων 6,182
Τρέχουσα Έκδοση 5.1
Τελευταία Ενημέρωση 2023-03-07
Ημερομηνία Δημοσίευσης 2018-03-24
Αξιολόγηση 4.63/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής DENG Yi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/view/magicsel
Διεύθυνση URL της Σελίδας Βοήθειας https://groups.google.com/forum/?fromgroups#!forum/magicsel
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "cs.css"
            ],
            "js": [
                "cs.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "sel-ext-48x48.png",
        "128": "sel-ext-128x128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "sel-ext-16x16.png",
        "default_popup": "popup.html"
    }
}