Symfony2 Profiler shortcut

Symfony2 Profiler shortcut

Symfony2 Profiler shortcut là gì?

Symfony2 Profiler shortcut là một tiện ích mở rộng Chrome được phát triển bởi ztec, và tính năng chính của nó là "Symfony2 Profiler shortcut".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Symfony2 Profiler shortcut

Tải xuống các tệp mở rộng Symfony2 Profiler shortcut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Give access to Symfoy 2 Profiler if any Response from a server is made with the "X-Debug-Token". Very useful for REST & AJAX Development/testing

# Last update :
 - No more 404 with the profiler url picker
 - UI performance improved

# In details
This is an extension that help developer and/or tester to see relevant information on Symfony 2 based applications.
When you enable debug mode, you probably noticed a toolBar at the bottom. Very useful, clicking on it lead the the Profiler.
The profiler make easy to access logs and many information about the current request.

This extension is here to allow you to access easily to the fofiler event if the debug toolbar is disabled or not shown.
If you already made REST application with Symfony2  framework, you know that the Debug tool bar only show up if you render a real webPage.
If you render JSON or XML, you just have the result and to go to the Profiler is a long way.

Actually, if you look at the Response headers, you'll notice a "X-Debug-Token:0b274e"; This is the key to go to the debugger.

This extension can help you to open the profiler of AJAX/XHR request made on your website.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Symfony2 Profiler shortcut Symfony2 Profiler shortcut
ID denlhphadllhcolhlbbbjmhkgbknmmon
URL Chính Thức https://chromewebstore.google.com/detail/symfony2-profiler-shortcu/denlhphadllhcolhlbbbjmhkgbknmmon
Mô tả Symfony2 Profiler shortcut
Kích Thước Tệp 440 KB
Số Lần Cài Đặt 1,425
Phiên Bản Hiện Tại 0.6.3
Cập Nhật Lần Cuối 2015-08-19
Ngày Phát Hành 2015-08-19
Đánh Giá 4.79/5 Tổng số 33 Đánh Giá
Nhà Phát Triển ztec
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ztec/sf2DebuggerChrome
URL Trang Trợ Giúp https://github.com/ztec/sf2DebuggerChrome/issues
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.6.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/libs\/underscore.js",
            "js\/configuration.js",
            "js\/openToken.js",
            "js\/bg.js",
            "js\/ga.js"
        ],
        "run_at": "document_end"
    },
    "icons": {
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon32.png",
            "38": "icon64.png"
        },
        "default_title": "Symfony2 Debuger",
        "popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval' ; img-src http:\/\/www.google-analytics.com; script-src 'self' 'unsafe-eval' ; script-src 'self' 'unsafe-inline'; object-src 'self'; ",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        ""
    ]
}