dpoffgfkempikefaelmgadamnipdpkfo
SQL Chrome extension. SQL Parser is a handy Chrome extension that allows you to automatically extract all table names used in an SQL query. Simply input your SQL language code, and the extension will quickly analyze and parse the code, identifying all the table names mentioned in the query. This can greatly speed up your workflow when working with SQL databases, as you no longer need to manually search for and extract table names from complex queries. With SQL Parser, you can efficiently analyze and understand your SQL code, making database development and debugging easier and more efficient.
DBmarlin SQL Search
Looks for SQL Statements and adds a 'Find SQL in DBmarlin' button The DBmarlin SQL Search extension adds a 'Find SQL in DBmarlin' button into the UI of other products containing SQL statements.
Sqlite Reader Online
Quickly access, edit, and manage your SQLite database from within your browser! You may run any SQLite command you want (SQL and SQLite are quite different, yet they share a lot of features). This add-on is written in JavaScript, using the SQLite library compiled from C code with Emscripten. Emscripten is a source-to-source compiler that converts native C/C++ instructions to JavaScript. To use this plugin, simply drag an SQLite file into the app's UI (top section) and you're good to go. The instructions will be displayed in the text area (middle section) of the UI once the SQLite has been completely loaded. Simply add/change the code, then click on the - Execute SQLite - button in the upper left corner (the green button). Please keep in mind that executing any command might take some time, depending on the size of your SQLite database. The conclusion is displayed in the result section (section III) of the app UI. You may also save the database by selecting - Save Database - at the top and hitting the button. In addition, there's a button to insert a "sample" SQLite code. Simply hit this option, then press the - Execute SQLite - button to see what happens. The main disadvantage of this add-on is that it runs slower than the native SQLite application/library. However, since use of the plugin is much simpler than using the native SQLite application, it's a good choice for small databases. This add-on works best with a moderate database size.
Bug Hunter Toolkit
Professional bug hunting and penetration testing toolkit with essential security tools 🧠 Bug Hunter Toolkit – The Ultimate Browser Toolkit for Security Professionals Bug Hunter Toolkit is a powerful Chrome extension that brings together essential penetration testing and bug bounty tools into one unified interface. Designed for security researchers and ethical hackers, it offers a sleek, terminal-inspired dashboard where you can access multiple web-based tools without switching tabs. Stay focused, work faster, and manage all your reconnaissance, scanning, and testing tools directly from your browser. 🧩 All-in-One Toolkit: Access multiple bug bounty and pentesting utilities — from recon to exploitation — in a single dashboard. 🖥️ Terminal-Inspired Interface: Minimal, hacker-style UI built for professionals who love a dark, efficient workspace. 🚀 Fast and Lightweight: Runs directly inside your browser with no setup or configuration needed. 🔐 Private & Secure: No personal data collection. Tools load directly in your browser environment. 📂 Organized Categories: Navigate easily through Recon, Exploitation, Post-Exploitation, and other tool groups. 🧰 Ideal For Red-team and blue-team professionals Install the Bug Hunter Toolkit extension. Open the dashboard from your browser. Launch your favorite tools directly from the interface. 💬 Why You’ll Love It Bug Hunter Toolkit gives you the speed and organization you need for professional testing. It keeps your entire workflow in one place — so you can focus on finding vulnerabilities, not managing tools. Simplify your workflow. Enhance your efficiency. Hunt smarter.
SQLDelimiter
This extension will convert multiple values to selected delimiter format. Tool to convert a list of rows into a semi colon delimited string. allows users to copy a list of rows from any application (excel for example), convert it to selected format delimited string, Converted values will be copied to clipboard for easy use. This extension can be used to convert the any row value to comma/semi-colon/pipe/tilde/colon delimited values for using in Business Intelligence Tools, help users to quickly convert the values from spreadsheets into a specific format and pasted into any BI Tool filter option. This extension also helps SQL developers to prepare a delimited value from multiple rows. SQL developers often needs to convert the values from excel to csv to use it in SQL IN statement. This extension will help to prepare that csv value. It has option to prepare it with single quote for string value and double quote for dynamic queries Latest Release and Feature V1.2 - Converted values will be copied to clipboard.