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 |
| 官方網址 | 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": [
" | |