PS Tunnel ~ Browser Extension
Edit images in Photoshop straight from your browser.
PS Tunnel ~ Browser Extension là gì?
PS Tunnel ~ Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi Vanilla Supply, và tính năng chính của nó là "Edit images in Photoshop straight from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PS Tunnel ~ Browser Extension
Tải xuống các tệp mở rộng PS Tunnel ~ Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PS Tunnel ~ Browser Extension |
ID | gbcbngphmgnfomcmkligahdgcnacgjog |
URL Chính Thức | https://chromewebstore.google.com/detail/ps-tunnel-browser-extensi/gbcbngphmgnfomcmkligahdgcnacgjog |
Mô tả | Edit images in Photoshop straight from your browser. |
Kích Thước Tệp | 27.38 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2020-03-27 |
Ngày Phát Hành | 2020-03-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Vanilla Supply |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pstunnel.com |
URL Trang Trợ Giúp | https://pstunnel.com/support |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |