Debugging smarty

A pleasant way to debug your smarty variables

Debugging smartyとは何ですか?

Debugging smartyはlemnis.martensによって開発されたChromeの拡張機能で、その主な機能は「A pleasant way to debug your smarty variables」です。

Debugging smarty拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Debugging smarty Debugging smarty
ID oplmjijgbeaeheghnnbifamblghannef
公式URL https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef
説明 A pleasant way to debug your smarty variables
ファイルサイズ 84.4 KB
インストール数 71
現在のバージョン 0.1
最終更新日 2015-01-01
公開日 2015-01-01
評価 1.00/5 合計 1 レビュー
開発者 lemnis.martens
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debugging smarty",
    "version": "0.1",
    "description": "A pleasant way to debug your smarty variables",
    "devtools_page": "openPanel.html",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ]
}