Laravel Query Adviser

Developer extension of Laravel Query Adviser (https://github.com/socialblue/laravel-query-adviser).

什麼是Laravel Query Adviser?

Laravel Query Adviser是由m.broersen開發的Chrome擴展程式,該擴展的主要功能是“Developer extension of Laravel Query Adviser (https://github.com/socialblue/laravel-query-adviser).”。

擴展截圖

screenshot

下載Laravel Query Adviser擴展crx文件

下載Laravel Query Adviser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Developer extension that will show you the queries used by your Laravel application.
The Laravel Query Adviser developer extension is used in combination with laravel query adviser 
https://github.com/socialblue/laravel-query-adviser.                    

擴展基本資訊

名稱 Laravel Query Adviser Laravel Query Adviser
ID dgojkgibloeebbjieckfjaflodkamdbf
官方網址 https://chromewebstore.google.com/detail/laravel-query-adviser/dgojkgibloeebbjieckfjaflodkamdbf
簡介 Developer extension of Laravel Query Adviser (https://github.com/socialblue/laravel-query-adviser).
檔案大小 19.56 KB
安裝次數 148
目前版本 1.0.0
更新時間 2022-12-15
上架時間 2022-12-14
開發者 m.broersen
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/socialblue/laravel-query-adviser
說明頁面URL https://github.com/socialblue/laravel-query-adviser
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Laravel Query Adviser",
    "description": "Developer extension of Laravel Query Adviser (https:\/\/github.com\/socialblue\/laravel-query-adviser).",
    "author": "m.broersen",
    "version": "1.0.0",
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "devtools_page": "app\/laravel-query-adviser.html",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}