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
公式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
Eメール [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"
    ]
}