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
官方網址 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
電子郵箱 [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"
    }
}