Zeplin Popout Tool
Zeplin Popout Tool in Chrome
Qu'est-ce que Zeplin Popout Tool ?
Zeplin Popout Tool est une extension Chrome développée par Zeplin, et sa fonction principale est "Zeplin Popout Tool in Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zeplin Popout Tool
Téléchargez les fichiers d'extension Zeplin Popout Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Zeplin Popout tool allows you to compare your code output with Zeplin screens for better design-development workflow.
Informations de Base sur l'Extension
Nom | Zeplin Popout Tool |
ID | oinclimgcibkeglgekdbolhdbppmphhe |
URL Officiel | https://chromewebstore.google.com/detail/zeplin-popout-tool/oinclimgcibkeglgekdbolhdbppmphhe |
Description | Zeplin Popout Tool in Chrome |
Taille du Fichier | 24.43 KB |
Nombre d'Installations | 497 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-02-07 |
Date de Publication | 2023-01-19 |
Évaluation | 5.00/5 Total 16 Évaluations |
Développeur | Zeplin |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mertkahyaoglu/zeplin-popout-extension |
URL de la Page de Politique de Confidentialité | https://zeplin.io/privacy |
Langues Prises en Charge | 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": [ " |