Shopify Theme helper

Capture Shopify Theme Preview link

Shopify Theme helperとは何ですか?

Shopify Theme helperはhttps://appsdart.comによって開発されたChromeの拡張機能で、その主な機能は「Capture Shopify Theme Preview link」です。

拡張機能のスクリーンショット

screenshot
screenshot

Shopify Theme helper拡張機能のCRXファイルをダウンロード

Shopify Theme helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Just browse on any store and click on the extension icon, it will show all the theme relevant details of the store.

Features :

1. Jump to the Collection or Product Page Admin directly from the store while browsing. You must be logged in to use this feature.

2. Capture the current theme URL to share with others, it will generate relevant URL on the basis of any product or collection page which you’re browsing. -

3. Get rid of the sticky theme preview bar while working with debugger tools. Hide the bar by default for all the stores in just one click.                    

拡張機能の基本情報

名前 Shopify Theme helper Shopify Theme helper
ID palnodkhbhhnaoecdfbifdfpibklccdk
公式URL https://chromewebstore.google.com/detail/shopify-theme-helper/palnodkhbhhnaoecdfbifdfpibklccdk
説明 Capture Shopify Theme Preview link
ファイルサイズ 206 KB
インストール数 578
現在のバージョン 2.0.2
最終更新日 2022-11-04
公開日 2019-12-22
評価 5.00/5 合計 10 レビュー
開発者 https://appsdart.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://appsdart.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify Theme helper",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Capture Shopify Theme Preview link",
    "author": "Appsdart",
    "icons": {
        "16": "images\/themehelper_16x.png",
        "48": "images\/themehelper_48x.png",
        "128": "images\/themehelper_128x.png"
    },
    "browser_action": {
        "default_icon": "images\/themehelper_48x.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "background",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}