Brew Convert
Convert highlighted text to different units common for homebrewing
Τι είναι το Brew Convert;
Το Brew Convert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον svenito, και η κύρια λειτουργία του είναι "Convert highlighted text to different units common for homebrewing".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Brew Convert
Λήψη αρχείων επέκτασης Brew Convert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Converts highlighted text between common units for homebrewing in the context menu. Is able to detect units if selected text includes units, otherwise will show all conversions for the selected number. Changes in 1.1 * Support ranges. If you have ranges like "10-12kg" you can highlight both numbers to convert the range. Changes in 0.8 * Allow spaces between degree and Celciu/Fahrenheit in text Changes in 0.7 * Add options to show all, metric->imperial, or imperial->metric only Changes in 0.6 * Detect plurals of unit names * Add Lovibond and EBC to known conversions Changes in 0.5 * Fix incorrect parsing if there is no space between unit and value
Βασικές Πληροφορίες Επέκτασης
Όνομα | Brew Convert |
ID | jcdkojonmmoljmglhlbampboocmemhfc |
Επίσημο URL | https://chromewebstore.google.com/detail/brew-convert/jcdkojonmmoljmglhlbampboocmemhfc |
Περιγραφή | Convert highlighted text to different units common for homebrewing |
Μέγεθος Αρχείου | 21.65 KB |
Αριθμός Εγκαταστάσεων | 56 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2018-02-14 |
Ημερομηνία Δημοσίευσης | 2018-02-14 |
Αξιολόγηση | 3.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | svenito |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Svenito/brewconvert |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Svenito/brewconvert |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brew Convert", "description": "Convert highlighted text to different units common for homebrewing", "version": "1.1", "permissions": [ "contextMenus", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icons\/brewvert_16.png", "48": "icons\/brewvert_48.png", "128": "icons\/brewvert_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ " |