Automatic imperial to metric convertion BETA
Automatically convert imperial units to metric units on all websites
Τι είναι το Automatic imperial to metric convertion BETA;
Το Automatic imperial to metric convertion BETA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον esprimo, και η κύρια λειτουργία του είναι "Automatically convert imperial units to metric units on all websites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Automatic imperial to metric convertion BETA
Λήψη αρχείων επέκτασης Automatic imperial to metric convertion BETA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automatically convert imperial units to metric units on all websites. Example of how a conversion would look: "It's 12 miles to the library" would be converted to: "It's 12 miles (19.31km) to the library" No tracking. Plugin in beta, code at: https://github.com/esprimo/imperial-to-metric-chrome-extension
Βασικές Πληροφορίες Επέκτασης
Όνομα | Automatic imperial to metric convertion BETA |
ID | ggidgjeiboeedjjabheimgdkolnpaoik |
Επίσημο URL | https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik |
Περιγραφή | Automatically convert imperial units to metric units on all websites |
Μέγεθος Αρχείου | 11.41 KB |
Αριθμός Εγκαταστάσεων | 393 |
Τρέχουσα Έκδοση | 0.2.1 |
Τελευταία Ενημέρωση | 2015-12-29 |
Ημερομηνία Δημοσίευσης | 2015-12-29 |
Αξιολόγηση | 2.94/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | esprimo |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Automatic imperial to metric convertion BETA", "version": "0.2.1", "description": "Automatically convert imperial units to metric units on all websites", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |