Zeplin Popout Tool
Zeplin Popout Tool in Chrome
Hvad er Zeplin Popout Tool?
Zeplin Popout Tool er en Chrome-udvidelse udviklet af Zeplin, og dens hovedfunktion er "Zeplin Popout Tool in Chrome".
Udvidelsesskærmbilleder
Download Zeplin Popout Tool-udvidelses-CRX-fil
Download Zeplin Popout Tool-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
Zeplin Popout tool allows you to compare your code output with Zeplin screens for better design-development workflow.
Grundlæggende oplysninger om udvidelsen
Navn | Zeplin Popout Tool |
ID | oinclimgcibkeglgekdbolhdbppmphhe |
Officiel URL | https://chromewebstore.google.com/detail/zeplin-popout-tool/oinclimgcibkeglgekdbolhdbppmphhe |
Beskrivelse | Zeplin Popout Tool in Chrome |
Filstørrelse | 24.43 KB |
Antal Installationer | 497 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2023-02-07 |
Udgivelsesdato | 2023-01-19 |
Bedømmelse | 5.00/5 Samlet 16 Bedømmelser |
Udvikler | Zeplin |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mertkahyaoglu/zeplin-popout-extension |
URL til Fortrolighedspolitik Side | https://zeplin.io/privacy |
Understøttede Sprog | 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": [ " |