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.
Wat is Zeplin Pixel to Rem?
Zeplin Pixel to Rem is een Chrome-extensie ontwikkeld door sepehr411, en de belangrijkste functie is "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zeplin Pixel to Rem
Download Zeplin Pixel to Rem-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Basisinformatie over de Extensie
Naam | Zeplin Pixel to Rem |
ID | ljbfneibnhgkkmmllhcjjijahiifgdhe |
Officiële URL | https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe |
Beschrijving | An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin. |
Bestandsgrootte | 104 KB |
Aantal Installaties | 251 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-01-05 |
Publicatiedatum | 2020-01-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | sepehr411 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |