GTM Debug Down

Keep GTM debug pane down while on preview mode as your preference.

GTM Debug Downとは何ですか?

GTM Debug DownはPaul O'Gormanによって開発されたChromeの拡張機能で、その主な機能は「Keep GTM debug pane down while on preview mode as your preference.」です。

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

screenshot
screenshot

GTM Debug Down拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you're like me, sometimes I need to preview Google Tag Manager (GTM) changes without the debug pane being visible. Hopefully this will help you like it helped me...                    

拡張機能の基本情報

名前 GTM Debug Down GTM Debug Down
ID jkafjapgjmbbgkigffbflbffmenhallh
公式URL https://chromewebstore.google.com/detail/gtm-debug-down/jkafjapgjmbbgkigffbflbffmenhallh
説明 Keep GTM debug pane down while on preview mode as your preference.
ファイルサイズ 11.65 KB
インストール数 60
現在のバージョン 0.1
最終更新日 2019-02-05
公開日 2019-02-03
評価 5.00/5 合計 1 レビュー
開発者 Paul O'Gorman
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTM Debug Down",
    "version": "0.1",
    "permissions": [
        "activeTab"
    ],
    "description": "Keep GTM debug pane down while on preview mode as your preference.",
    "browser_action": {
        "default_title": "GTM Debug Down",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/img16.png",
        "32": "images\/img32.png",
        "48": "images\/img48.png",
        "128": "images\/img128.png"
    }
}