Adminer Helper

An Helper extension for Adminer.php to storing, retrieving SQL queries executed on the SQL commands

Adminer Helper là gì?

Adminer Helper là một tiện ích mở rộng Chrome được phát triển bởi Praveen WebArtisan, và tính năng chính của nó là "An Helper extension for Adminer.php to storing, retrieving SQL queries executed on the SQL commands".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Adminer Helper 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

                        An Helper extension for the popular database management tool Adminer.php. Using this extension, user can able to view the list of SQL queries that are executed through the Adminer.php in the servers (specified by the User).

*** Please follow the below steps after installing the Extension: ***

1. Click on the Extension icon in the browser and, Click [+ Add Website] button.

2. Add your Database server's Adminer.php URL in that Page. If you skip this step, the extension will not able be to Save the SQL query you are executing in that Server.

3. After adding your Server URL(s), access your server's Adminer.php.

Now, the Extension will auto save the SQL queries executed in the added Servers.

V 1.0.1 includes bug fixes from previous version.                    

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

Tên Adminer Helper Adminer Helper
ID edgabamjcoahlnhelppganhieempbgbf
URL Chính Thức https://chromewebstore.google.com/detail/adminer-helper/edgabamjcoahlnhelppganhieempbgbf
Mô tả An Helper extension for Adminer.php to storing, retrieving SQL queries executed on the SQL commands
Kích Thước Tệp 31.56 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-08-01
Ngày Phát Hành 2021-06-17
Nhà Phát Triển Praveen WebArtisan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://praveen-webartisan.github.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adminer Helper",
    "description": "An Helper extension for Adminer.php to storing, retrieving SQL queries executed on the SQL commands",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "default.html",
        "default_icon": {
            "16": "\/assets\/images\/ah16.png",
            "32": "\/assets\/images\/ah32.png",
            "48": "\/assets\/images\/ah48.png",
            "128": "\/assets\/images\/ah128.png"
        }
    },
    "icons": {
        "16": "\/assets\/images\/ah16.png",
        "32": "\/assets\/images\/ah32.png",
        "48": "\/assets\/images\/ah48.png",
        "128": "\/assets\/images\/ah128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}