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.
Qu'est-ce que Zeplin Pixel to Rem ?
Zeplin Pixel to Rem est une extension Chrome développée par sepehr411, et sa fonction principale est "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zeplin Pixel to Rem
Téléchargez les fichiers d'extension Zeplin Pixel to Rem au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Informations de Base sur l'Extension
Nom | Zeplin Pixel to Rem |
ID | ljbfneibnhgkkmmllhcjjijahiifgdhe |
URL Officiel | https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe |
Description | An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin. |
Taille du Fichier | 104 KB |
Nombre d'Installations | 251 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-01-05 |
Date de Publication | 2020-01-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | sepehr411 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |