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.
Hvad er Zeplin Pixel to Rem?
Zeplin Pixel to Rem er en Chrome-udvidelse udviklet af sepehr411, og dens hovedfunktion er "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.".
Udvidelsesskærmbilleder
Download Zeplin Pixel to Rem-udvidelses-CRX-fil
Download Zeplin Pixel to Rem-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Grundlæggende oplysninger om udvidelsen
Navn | Zeplin Pixel to Rem |
ID | ljbfneibnhgkkmmllhcjjijahiifgdhe |
Officiel URL | https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe |
Beskrivelse | An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin. |
Filstørrelse | 104 KB |
Antal Installationer | 251 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-01-05 |
Udgivelsesdato | 2020-01-05 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | sepehr411 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |