Zeplin Popout Tool
Zeplin Popout Tool in Chrome
Vad är Zeplin Popout Tool?
Zeplin Popout Tool är en Chrome-tillägg utvecklad av Zeplin, och dess huvudfunktion är "Zeplin Popout Tool in Chrome".
Tilläggsskärmbilder
Ladda ner Zeplin Popout Tool-förlängningens CRX-fil
Ladda ner Zeplin Popout Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Zeplin Popout tool allows you to compare your code output with Zeplin screens for better design-development workflow.
Grundläggande Information om Tillägg
Namn | Zeplin Popout Tool |
ID | oinclimgcibkeglgekdbolhdbppmphhe |
Officiell webbadress | https://chromewebstore.google.com/detail/zeplin-popout-tool/oinclimgcibkeglgekdbolhdbppmphhe |
Beskrivning | Zeplin Popout Tool in Chrome |
Filstorlek | 24.43 KB |
Antal Installationer | 497 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2023-02-07 |
Publiceringsdatum | 2023-01-19 |
Betyg | 5.00/5 Totalt 16 Betyg |
Utvecklare | Zeplin |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mertkahyaoglu/zeplin-popout-extension |
URL till Sekretesspolicy Sidan | https://zeplin.io/privacy |
Stödda Språk | 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": [ " |