Zeplin Pixel to Rem
An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Τι είναι το Zeplin Pixel to Rem;
Το Zeplin Pixel to Rem είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sepehr411, και η κύρια λειτουργία του είναι "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zeplin Pixel to Rem
Λήψη αρχείων επέκτασης Zeplin Pixel to Rem σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Zeplin Pixel to Rem |
ID | ljbfneibnhgkkmmllhcjjijahiifgdhe |
Επίσημο URL | https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe |
Περιγραφή | An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin. |
Μέγεθος Αρχείου | 104 KB |
Αριθμός Εγκαταστάσεων | 251 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-01-05 |
Ημερομηνία Δημοσίευσης | 2020-01-05 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | sepehr411 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zeplin Pixel to Rem", "short_name": "zeplinpxtorem", "version": "1.0", "browser_action": { "default_title": "Zeplin Pixel to Rem", "default_popup": "options.html" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/app.zeplin.io\/*", "https:\/\/app.zeplin.io\/*" ], "js": [ ".\/dist\/index.js" ], "all_frames": true } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |