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.”。

擴展截圖

screenshot

下載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 PS Tunnel ~ Browser Extension
ID gbcbngphmgnfomcmkligahdgcnacgjog
官方網址 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"
    ]
}