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.
What is Zeplin Pixel to Rem?
Zeplin Pixel to Rem is a Chrome extension developed by sepehr411, and its main feature is "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.".
Extension Screenshots
Download Zeplin Pixel to Rem Extension CRX File
Download Zeplin Pixel to Rem extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Extension Basic Information
Name | Zeplin Pixel to Rem |
ID | ljbfneibnhgkkmmllhcjjijahiifgdhe |
Official URL | 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. |
File Size | 104 KB |
Installation Count | 251 |
Current Version | 1.0 |
Last Updated | 2020-01-05 |
Publish Date | 2020-01-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | sepehr411 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |