Zeplin Popout Tool
Zeplin Popout Tool in Chrome
What is Zeplin Popout Tool?
Zeplin Popout Tool is a Chrome extension developed by Zeplin, and its main feature is "Zeplin Popout Tool in Chrome".
Extension Screenshots
Download Zeplin Popout Tool Extension CRX File
Download Zeplin Popout Tool 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
Zeplin Popout tool allows you to compare your code output with Zeplin screens for better design-development workflow.
Extension Basic Information
Name | Zeplin Popout Tool |
ID | oinclimgcibkeglgekdbolhdbppmphhe |
Official URL | https://chromewebstore.google.com/detail/zeplin-popout-tool/oinclimgcibkeglgekdbolhdbppmphhe |
Description | Zeplin Popout Tool in Chrome |
File Size | 24.43 KB |
Installation Count | 497 |
Current Version | 1.1.0 |
Last Updated | 2023-02-07 |
Publish Date | 2023-01-19 |
Rating | 5.00/5 Total 16 Ratings |
Developer | Zeplin |
Payment Type | free |
Extension Website | https://github.com/mertkahyaoglu/zeplin-popout-extension |
Privacy Policy Page URL | https://zeplin.io/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zeplin Popout Tool", "version": "1.1.0", "manifest_version": 3, "description": "Zeplin Popout Tool in Chrome", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/content.js" ], "css": [ "content\/content.css" ], "run_at": "document_idle" } ], "permissions": [ "storage", "scripting" ], "host_permissions": [ " |