PS Tunnel ~ Browser Extension
Edit images in Photoshop straight from your browser.
什么是PS Tunnel ~ Browser Extension?
PS Tunnel ~ Browser Extension是由Vanilla Supply开发的Chrome扩展程序,该扩展的主要功能是“Edit images in Photoshop straight from your browser.”。
扩展截图
下载PS Tunnel ~ Browser Extension扩展crx文件
下载PS Tunnel ~ Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Edit and replace images from Shopify in record time. This extension adds an "Edit in Photoshop" button to your product pictures in Shopify. You need PS Tunnel to make use of this extension. Learn more on pstunnel.com
扩展基本信息
名称 | PS Tunnel ~ Browser Extension |
ID | gbcbngphmgnfomcmkligahdgcnacgjog |
官方URL | https://chromewebstore.google.com/detail/ps-tunnel-browser-extensi/gbcbngphmgnfomcmkligahdgcnacgjog |
简介 | Edit images in Photoshop straight from your browser. |
文件大小 | 27.38 KB |
安装次数 | 54 |
当前版本 | 1.0.3 |
更新时间 | 2020-03-27 |
上架时间 | 2020-03-27 |
评分 | 5.00/5 共1次评分 |
开发者 | Vanilla Supply |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pstunnel.com |
帮助页面URL | https://pstunnel.com/support |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PS Tunnel ~ Browser Extension", "description": "Edit images in Photoshop straight from your browser.", "version": "1.0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ "js\/shopify.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.pstunnel.com\/*", "https:\/\/ps-tunnel-app.proxy.elevate.sh\/*" ], "js": [ "js\/content-script-web.js" ] }, { "matches": [ "https:\/\/*.myshopify.com\/admin\/*" ], "js": [ "js\/content-script-shopify.js" ] }, { "matches": [ "https:\/\/*.mybigcommerce.com\/manage\/*" ], "js": [ "js\/content-script-web.js" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "https:\/\/*.pstunnel.com\/*", "https:\/\/staging-app.pstunnel.com\/*", "https:\/\/ps-tunnel-app.proxy.elevate.sh\/*", "storage" ] } |