Zeplin Popout Tool
Zeplin Popout Tool in Chrome
什么是Zeplin Popout Tool?
Zeplin Popout Tool是由Zeplin开发的Chrome扩展程序,该扩展的主要功能是“Zeplin Popout Tool in Chrome”。
扩展截图
下载Zeplin Popout Tool扩展crx文件
下载Zeplin Popout Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Zeplin Popout tool allows you to compare your code output with Zeplin screens for better design-development workflow. 扩展基本信息
| 名称 | |
| ID | oinclimgcibkeglgekdbolhdbppmphhe |
| 官方URL | https://chromewebstore.google.com/detail/zeplin-popout-tool/oinclimgcibkeglgekdbolhdbppmphhe |
| 简介 | Zeplin Popout Tool in Chrome |
| 文件大小 | 24.43 KB |
| 安装次数 | 497 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2023-02-07 |
| 上架时间 | 2023-01-19 |
| 评分 | 5.00/5 共16次评分 |
| 开发者 | Zeplin |
| 付费类型 | free |
| 扩展官网 | https://github.com/mertkahyaoglu/zeplin-popout-extension |
| 隐私政策页面URL | https://zeplin.io/privacy |
| 支持的语言 | 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": [
" | |