Jump to tabDashboard

Tab reference

What each tab does, its controls, and an example of the interface.

Screenshots use a demonstration website and fictional accounts.

Open Authenticator

Dashboard

#

Shows shortcuts to every extension section, the open-tab count, IP and browser details, and buttons that copy or generate common values.

  • Feature shortcuts
  • Open-tab count
  • IPv4 and IPv6 lookup
  • User-agent and system information
  • Password and UUID generation
Dashboard in Adel Dev Tools, shown with fictional demo data
Dashboard. Full-size image
How to use Dashboard
  1. Open Adel Dev Tools.
  2. Choose a feature card or quick action.
  3. Copy the result or continue into the selected section.

IP lookup depends on external ipify endpoints, and browser details reflect the extension page’s environment.

Authenticator

#

Stores authenticator accounts and displays their current time-based one-time passwords with a countdown. The same encrypted vault can be opened in the mobile web app and the Chrome extension.

  • TOTP with SHA-1, SHA-256, or SHA-512
  • 6-digit and configurable-period accounts
  • QR image, camera, and multi-account Google Authenticator export scanning
  • Encrypted Google Drive sync with the mobile web app
  • Import and export in the extension
  • Search and live countdown
Authenticator in Adel Dev Tools, shown with fictional demo data
Authenticator. Full-size image
How to use Authenticator
  1. Open the Authenticator web app or the extension tab and connect the encrypted Google Drive vault.
  2. Add an account manually, paste an otpauth URI, scan with the camera, choose a QR image, or scan every QR in a Google Authenticator export. Scanned accounts are added immediately; accounts already in the list are reported and left unchanged.
  3. Search for the account and copy its current code.
  4. Connect the same Google account in the extension to keep one encrypted list synchronized.

Authenticator secrets are sensitive; exported or displayed secret data should be handled like credentials.

Burner Authenticator Accounts

#

In the extension: Authenticator → Burner Authenticator Accounts

Marks a newly added authenticator account for deletion after 24 hours. Expired burner accounts are left out of backups and restores.

  • 24-hour expiry
  • Visible expiry status
  • Automatic exclusion of expired burners from backup and restore
Authenticator Burners in Adel Dev Tools, shown with fictional demo data
Authenticator Burners. Full-size image
How to use Burner Authenticator Accounts
  1. Turn on Burner account while adding an account.
  2. Add it manually, by URI, or by QR scan.
  3. Use the code normally until the account expires.

The burner setting applies when the account is added and does not make the external service account temporary.

Local Storage

#

Lists localStorage keys and values for the selected site. You can search, add, edit, delete, import, export, format JSON, and recognize JWT values.

  • Key and value search
  • Formatted JSON editing
  • Create and delete values
  • Import and export
  • JWT recognition
Local Storage in Adel Dev Tools, shown with fictional demo data
Local Storage. Full-size image
How to use Local Storage
  1. Open the website you want to inspect.
  2. Choose Local Storage and search for a key or value.
  3. Open an item to edit it, or select items to export or remove.

Website storage is origin-specific; restricted Chrome pages cannot be inspected.

More screenshots (1)
Storage Json Editor in Adel Dev Tools, shown with fictional demo data
Storage Json Editor. Full-size image

Session Storage

#

Lists sessionStorage keys and values for the selected tab. You can search, add, edit, delete, import, export, and format JSON values.

  • Per-tab session data
  • Search
  • JSON formatting
  • Create, edit, and delete
  • Import and export
Session Storage in Adel Dev Tools, shown with fictional demo data
Session Storage. Full-size image
How to use Session Storage
  1. Select the target website tab.
  2. Choose Session Storage.
  3. Search, inspect, edit, create, or delete the needed entry.

Closing the website tab can clear its sessionStorage, and access is unavailable on restricted pages.

Cookies

#

Lists cookie values with their domain, path, expiry, SameSite, Secure, HttpOnly, and partition details. Search and permitted edit or delete actions are available in the table.

  • Cookie search
  • Domain and path details
  • Security and SameSite flags
  • Expiry details
  • Partition-aware metadata
Cookies in Adel Dev Tools, shown with fictional demo data
Cookies. Full-size image
How to use Cookies
  1. Open the target website.
  2. Choose Cookies and locate the cookie.
  3. Review its scope and flags, then edit or remove it when the browser permits.

Browser rules can make some cookie values or attributes read-only.

Cache Storage

#

Lists Cache Storage records by cache name, request URL and method, response status, and headers. Records can be searched and deleted.

  • Cache-name grouping
  • Request URL and method
  • Response status and headers
  • Search
  • Delete entries
Cache Storage in Adel Dev Tools, shown with fictional demo data
Cache Storage. Full-size image
How to use Cache Storage
  1. Open the affected website.
  2. Choose Cache Storage.
  3. Inspect matching request and response records, then remove stale entries if needed.

Cache bodies are not presented as a general response-body editor.

IndexedDB

#

Lists IndexedDB databases, object stores, record keys, key paths, indexes, and stored values for the selected origin. Search and record inspection are available from the table.

  • Database and object-store context
  • Record keys
  • Key paths and auto-increment details
  • Index metadata
  • Search and record inspection
Indexeddb in Adel Dev Tools, shown with fictional demo data
Indexeddb. Full-size image
How to use IndexedDB
  1. Open the target website.
  2. Choose IndexedDB and locate a database and object store.
  3. Search or inspect a record and its key metadata.

Complex browser-managed values may be preview-only when they cannot be edited safely.

Service Workers

#

Lists service workers for the selected site with scope, lifecycle, state, and update-via-cache details. Controls check for updates, activate waiting workers, show details, or unregister workers.

  • Lifecycle and controller state
  • Worker details
  • Update checks
  • Skip waiting
  • Individual or bulk unregister
Service Workers in Adel Dev Tools, shown with fictional demo data
Service Workers. Full-size image
How to use Service Workers
  1. Open the website.
  2. Choose Service Workers and review registered workers.
  3. Check for an update, activate a waiting worker, inspect details, or unregister it.

Actions apply only to workers visible for the selected website origin.

CORS Manager

#

Creates a temporary CORS response-header rule for one exact source origin and optional API domains. It includes fields for allowed headers, credentials, and a preflight test request.

  • Source-origin scoping
  • Optional API-domain allowlist
  • Custom allowed headers
  • Credentialed-request option
  • Built-in preflight test
Cors Manager in Adel Dev Tools, shown with fictional demo data
Cors Manager. Full-size image
How to use CORS Manager
  1. Enter the exact source origin.
  2. Optionally restrict the API destinations and allowed headers.
  3. Enable the rule and use the built-in request test.

This is a development aid that changes browser-visible CORS headers; it does not change the API server or its authorization rules.

User Agent Switcher

#

Applies a desktop, mobile, tablet, bot, or custom HTTP User-Agent value. Presets can be refreshed from browser release feeds and checked with the HTTP echo test.

  • Desktop, mobile, tablet, and bot presets
  • Custom values
  • Official browser-release feed refresh
  • HTTP echo verification
User Agent in Adel Dev Tools, shown with fictional demo data
User Agent. Full-size image
How to use User Agent Switcher
  1. Choose a maintained preset or enter a custom user agent.
  2. Enable the override.
  3. Reload the test page and optionally verify it with the HTTP echo test.

Changing the HTTP user-agent does not emulate every browser engine, device capability, or client hint.

Spoof Location

#

Overrides browser geolocation with a searched place, preset, or exact coordinates. Accuracy, altitude, heading, and speed can also be set and tested.

  • Place search
  • Location presets
  • Latitude and longitude
  • Accuracy, altitude, heading, and speed
  • Geolocation test
Spoof Location in Adel Dev Tools, shown with fictional demo data
Spoof Location. Full-size image
How to use Spoof Location
  1. Search for a place, choose a preset, or enter coordinates.
  2. Adjust accuracy, altitude, heading, or speed if needed.
  3. Enable spoofing and run the browser geolocation test.

The override affects browser geolocation calls; it does not change your network IP location.

Tab Organizer

#

Shows open tabs in list or Kanban view. You can select, group, move, copy, suspend, or close tabs, and save or restore named sessions.

  • List and Kanban views
  • Chrome tab groups
  • Multi-select actions
  • Saved sessions
  • Session JSON export
Tab Organizer in Adel Dev Tools, shown with fictional demo data
Tab Organizer. Full-size image
How to use Tab Organizer
  1. Choose the list or Kanban view.
  2. Select tabs and group, move, copy, or close them.
  3. Name and save a session when you want to reopen the set later.

Restoring a session opens its saved URLs; page state and signed-in status remain governed by each website.

More screenshots (2)
Tab Organizer Kanban in Adel Dev Tools, shown with fictional demo data
Tab Organizer Kanban. Full-size image
Tab Organizer Sessions in Adel Dev Tools, shown with fictional demo data
Tab Organizer Sessions. Full-size image

Pixel Perfect

#

Places one or more reference images over the selected page. Controls adjust each layer’s position, scale, opacity, blend mode, rotation, visibility, lock state, and color inversion.

  • Multiple persistent layers
  • Position, scale, rotation, opacity, and blend controls
  • Lock, visibility, and color inversion
  • Per-page and per-site persistence
  • Keyboard controls
Pixel Perfect Overlay Demo Page in Adel Dev Tools, shown with fictional demo data
Pixel Perfect Overlay Demo Page. Full-size image
How to use Pixel Perfect
  1. Add a layer from a file, URL, or clipboard.
  2. Show the on-page panel and align the active layer.
  3. Adjust opacity or blend mode, then use guides or Pixel Match to verify the result.

Overlays require an injectable website tab and cannot run on restricted Chrome pages.

More screenshots (2)
Pixel Perfect in Adel Dev Tools, shown with fictional demo data
Pixel Perfect. Full-size image
Pixel Perfect Layers in Adel Dev Tools, shown with fictional demo data
Pixel Perfect Layers. Full-size image

Pixel Perfect Grid and Guides

#

In the extension: Pixel Perfect → Pixel Perfect Grid and Guides

Adds a configurable column grid or repeating spacing guides over the selected page. Controls set container width, columns, gutters, spacing, and opacity.

  • Column grids
  • Container width
  • Column and gutter controls
  • Repeating spacing guides
Pixel Perfect Grid Guides in Adel Dev Tools, shown with fictional demo data
Pixel Perfect Grid Guides. Full-size image
How to use Pixel Perfect Grid and Guides
  1. Open Pixel Perfect and expand Grid & Guides.
  2. Enable a column grid or repeating guides.
  3. Set container, column, gutter, or spacing values and compare the page.

Pixel Match

#

In the extension: Pixel Perfect → Pixel Match

Compares the active reference layer with the rendered page using an adjustable threshold. The result includes a downloadable PNG difference image.

  • Threshold control
  • Comparison results
  • Downloadable PNG diff
Pixel Perfect Match in Adel Dev Tools, shown with fictional demo data
Pixel Perfect Match. Full-size image
How to use Pixel Match
  1. Align and activate a reference layer.
  2. Choose a comparison threshold.
  3. Run Pixel Match and inspect or download the diff image.

Useful comparison requires the reference layer to be aligned and scaled to the page first.

Pixel Perfect Profiles

#

In the extension: Pixel Perfect → Pixel Perfect Profiles

Exports the current Pixel Perfect layers and guide settings as JSON and imports them later. Export data can be copied or downloaded.

  • Profile export
  • Clipboard copy
  • JSON download
  • Profile import
Pixel Perfect Profiles in Adel Dev Tools, shown with fictional demo data
Pixel Perfect Profiles. Full-size image
How to use Pixel Perfect Profiles
  1. Configure layers and guides.
  2. Export and download or copy the profile JSON.
  3. Paste profile JSON into Import when you need the setup again.

Developer Tools

#

Contains the API Tester, Mock Data, Performance, CSS Injector, Crypto Tools, Debug Utils, and Advanced Tools tabs.

  • API Tester
  • Mock Data
  • Performance
  • CSS Injector
  • Crypto Tools
  • Debug Utils
  • Advanced Tools
Dev Tools in Adel Dev Tools, shown with fictional demo data
Dev Tools. Full-size image
How to use Developer Tools
  1. Open Dev Tools from the main navigation.
  2. Choose the tab that matches the task.
  3. Work against the selected website or copy the generated result.

Tabs that act on a page need an ordinary injectable website tab; standalone generators can run without one.

API Tester

#

In the extension: Developer Tools → API Tester

Sends HTTP requests with controls for method, URL, headers, content type, body, timeout, credentials, and redirects. The response panel shows formatted output, status, size, and elapsed time.

  • GET, POST, PUT, DELETE, PATCH, HEAD, and OPTIONS
  • JSON header editor
  • Request bodies
  • Timeout and redirect controls
  • Response timing, size, copy, and formatting
Api Tester Response in Adel Dev Tools, shown with fictional demo data
Api Tester Response. Full-size image
How to use API Tester
  1. Choose a method and enter the URL.
  2. Add headers and a body when the method supports one.
  3. Send the request and inspect status, timing, size, and formatted response.

The destination still enforces its own authentication and browser network rules.

More screenshots (1)
Api Tester in Adel Dev Tools, shown with fictional demo data
Api Tester. Full-size image

Mock Data

#

In the extension: Developer Tools → Mock Data

Generates an array of sample objects from a field schema. Controls set the item count, field names, data types, options, and required fields.

  • Custom field names
  • Multiple generated data types
  • Required-field controls
  • Configurable item count
  • Generated JSON output
Mock Data in Adel Dev Tools, shown with fictional demo data
Mock Data. Full-size image
How to use Mock Data
  1. Choose the number of items.
  2. Add fields, select their types, and configure any options.
  3. Generate and copy or export the resulting data.

Website Performance

#

In the extension: Developer Tools → Website Performance

Reads navigation timing from the selected website and shows DOM ready, load, first-contentful-paint, and time-to-first-byte values. It also shows viewport, pixel ratio, and color depth.

  • DOM content loaded
  • Load complete
  • First contentful paint
  • Time to first byte
  • Viewport, pixel ratio, and color depth
Performance in Adel Dev Tools, shown with fictional demo data
Performance. Full-size image
How to use Website Performance
  1. Open the website to measure.
  2. Choose Dev Tools, then Performance.
  3. Refresh metrics after the page finishes loading.

These are current-navigation browser timings, not a controlled lab benchmark or field-data report.

CSS Injector

#

In the extension: Developer Tools → CSS Injector

Applies the CSS entered in the editor to the selected page and removes it with the same control. The tab also includes an editable color palette and eyedroppers.

  • Multiline CSS editor
  • Inject and remove toggle
  • Active-state indicator
  • Editable color palette with eyedropper
Css Injector in Adel Dev Tools, shown with fictional demo data
Css Injector. Full-size image
How to use CSS Injector
  1. Open the target website.
  2. Enter the CSS and choose Inject CSS.
  3. Review the page, then choose Remove CSS when finished.

Injected styles are a temporary page-level experiment and may lose to more specific or inline styles.

Crypto Tools

#

In the extension: Developer Tools → Crypto Tools

Contains Encoding, Hashing, Conversion, Ciphers, Generators, and Text Utils tabs. Each operation runs in the browser and exposes copyable output.

  • Encoding
  • Hashing and JWT inspection
  • Text and numeric conversion
  • Ciphers
  • Generators
  • Text utilities
Crypto Tools in Adel Dev Tools, shown with fictional demo data
Crypto Tools. Full-size image
How to use Crypto Tools
  1. Choose a nested tool tab.
  2. Enter the source text and any requested key or option.
  3. Run the operation and copy the result.

Classical ciphers and convenience generators are development utilities, not a substitute for a reviewed security design.

Encoding

#

In the extension: Developer Tools → Crypto Tools → Encoding

Encodes and decodes URL and HTML text, formats or minifies JSON, and encodes or decodes Base64.

  • URL encode and decode
  • HTML entity encode and decode
  • JSON string escaping
  • Base64 encode and decode
Crypto Encoding in Adel Dev Tools, shown with fictional demo data
Crypto Encoding. Full-size image
How to use Encoding
  1. Choose Encoding.
  2. Paste the source into the relevant encoder or decoder.
  3. Copy the transformed result.

Hashing

#

In the extension: Developer Tools → Crypto Tools → Hashing

Generates several message digests from one input and decodes JWT structure in a separate panel.

  • Browser-side hashing
  • Multiple digest formats
  • JWT structure decoding
Crypto Hashing in Adel Dev Tools, shown with fictional demo data
Crypto Hashing. Full-size image
How to use Hashing
  1. Choose Hashing.
  2. Enter text or a JWT.
  3. Generate and copy the digest or decoded fields.

A matching hash checks content equality, not authenticity; JWT decoding does not verify signatures.

Conversion

#

In the extension: Developer Tools → Crypto Tools → Conversion

Converts text to hexadecimal or binary and converts hexadecimal or binary values back to text.

  • Text to hex
  • Hex to text
  • Text to binary
  • Binary to text
Crypto Conversion in Adel Dev Tools, shown with fictional demo data
Crypto Conversion. Full-size image
How to use Conversion
  1. Choose Conversion.
  2. Enter text, hex, or binary in the matching panel.
  3. Convert and copy the output.

Ciphers

#

In the extension: Developer Tools → Crypto Tools → Ciphers

Provides ROT13, Caesar, AES-256 encrypt and decrypt, Atbash, Vigenère, XOR, and Morse-code controls.

  • ROT13
  • Caesar shift
  • AES encrypt and decrypt
  • XOR
  • Text and Morse conversion
Crypto Ciphers in Adel Dev Tools, shown with fictional demo data
Crypto Ciphers. Full-size image
How to use Ciphers
  1. Choose Ciphers and the required operation.
  2. Enter the text plus shift, password, or key when requested.
  3. Run the transformation and copy the result.

Use established application protocols and key management for production encryption.

Generators

#

In the extension: Developer Tools → Crypto Tools → Generators

Generates passwords, UUIDs, and HMAC-SHA256 values. It also converts colors, creates slugs, and changes text case.

  • Password generation
  • UUID generation
  • HMAC generation
  • Color conversion
  • Slug and case conversion
Crypto Generators in Adel Dev Tools, shown with fictional demo data
Crypto Generators. Full-size image
How to use Generators
  1. Choose Generators.
  2. Select a generator and set its options.
  3. Generate and copy the result.

Crypto Text Utilities

#

In the extension: Developer Tools → Crypto Tools → Crypto Text Utilities

Reverses text, counts characters and words, and calculates text entropy.

  • Text reversal
  • Character and word counting
  • Entropy calculation
Crypto Utilities in Adel Dev Tools, shown with fictional demo data
Crypto Utilities. Full-size image
How to use Crypto Text Utilities
  1. Choose Utilities.
  2. Paste the text into the relevant utility.
  3. Review and copy the derived output.

Debug Utils

#

In the extension: Developer Tools → Debug Utils

Provides buttons for page reload and scrolling, CSS toggling, screenshots, element highlighting, layout and accessibility overlays, and browser information. It also generates passwords and UUIDs.

  • CSS toggle, reload, print, and scrolling controls
  • Element highlighting and information
  • Grid, rulers, outlines, z-index labels, and breakpoint indicators
  • Font-size and tab-order accessibility checks
  • Screenshots, password and UUID generation, browser and debug information
Debug Utils in Adel Dev Tools, shown with fictional demo data
Debug Utils. Full-size image
How to use Debug Utils
  1. Open the target website and choose Debug Utils.
  2. Run a page-control, layout, accessibility, or visual action.
  3. Clear the active overlays when the inspection is complete.

Page actions and captures require content-script access to an ordinary website tab.

Advanced Tools

#

In the extension: Developer Tools → Advanced Tools

Provides page-level controls for visual overlays, element highlighting, console and performance monitors, responsive sizes, DOM inspection, throttling, CSS inspection, forms, automation, capture, accessibility, typography, and animation.

  • Visual overlays and element highlighting
  • Console and performance monitoring
  • Responsive viewport and throttling simulation
  • DOM, CSS, form, and automation helpers
  • Capture, accessibility, typography, and animation checks
Advanced Tools in Adel Dev Tools, shown with fictional demo data
Advanced Tools. Full-size image
How to use Advanced Tools
  1. Open the target page and choose Advanced Tools.
  2. Run the relevant section’s action or overlay.
  3. Inspect the page and use Reset All Tools when finished.

These tools need content-script access and do not run on restricted pages such as chrome:// URLs.

More screenshots (3)
Advanced Overlays in Adel Dev Tools, shown with fictional demo data
Advanced Overlays. Full-size image
Advanced Responsive in Adel Dev Tools, shown with fictional demo data
Advanced Responsive. Full-size image
Advanced Accessibility in Adel Dev Tools, shown with fictional demo data
Advanced Accessibility. Full-size image

JWT Decoder

#

Decodes JWT headers and payloads, shows common claims and expiry state, and copies individual values. Tokens can also be named and kept in the Saved tab.

  • Header and payload decoding
  • Expiry status
  • Claim display
  • Decode and Saved tabs
  • Copyable values
Jwt Decoder in Adel Dev Tools, shown with fictional demo data
Jwt Decoder. Full-size image
How to use JWT Decoder
  1. Paste a JWT into Decode.
  2. Inspect its header, payload, claims, and expiry state.
  3. Save a labeled token when you need to compare or revisit it.

Decoding does not verify the token signature or prove that a token is trusted.

More screenshots (1)
Jwt Saved in Adel Dev Tools, shown with fictional demo data
Jwt Saved. Full-size image

Clean Browser

#

Clears selected browsing-data categories for the current site or all sites. Controls choose the scope, time range, data types, and required all-sites confirmation.

  • Current-site targeting
  • All-sites mode with typed confirmation
  • Selectable data categories
  • Time-range controls
Clean Browser in Adel Dev Tools, shown with fictional demo data
Clean Browser. Full-size image
How to use Clean Browser
  1. Choose current-site or all-sites scope.
  2. Select the time range and data categories.
  3. Review the target and confirm the clear action.

Chrome may clear an entire storage area for a matching site, and some categories require All Time or All Sites.

Storage Analytics

#

Shows separate Storage, Browser, Page, and Tabs reports. These include storage size, browser and viewport facts, page timing and element counts, and tab counts by domain.

  • Storage totals and distributions
  • Browser hardware and viewport details
  • Page timing and element counts
  • Tab counts by domain
Storage Analytics in Adel Dev Tools, shown with fictional demo data
Storage Analytics. Full-size image
How to use Storage Analytics
  1. Choose Storage Analytics.
  2. Switch among Storage, Browser, Page, and Tabs.
  3. Review totals, distributions, and environment details.

Page metrics reflect the currently selected page and its current navigation state.

More screenshots (4)
Analytics Storage in Adel Dev Tools, shown with fictional demo data
Analytics Storage. Full-size image
Analytics Browser in Adel Dev Tools, shown with fictional demo data
Analytics Browser. Full-size image
Analytics Page in Adel Dev Tools, shown with fictional demo data
Analytics Page. Full-size image
Analytics Tabs in Adel Dev Tools, shown with fictional demo data
Analytics Tabs. Full-size image

Backup & Restore

#

Creates encrypted backups of extension settings, authenticator accounts, saved sessions, and saved tool data. Controls connect Google Drive, export a local file, preview a restore, restore a backup, or undo the last restore.

  • Daily encrypted Google Drive backup
  • Private app-data folder scope
  • Latest 14 versions per installation
  • Encrypted local export
  • Restore preview and one-step rollback
Backup Restore in Adel Dev Tools, shown with fictional demo data
Backup Restore. Full-size image
How to use Backup & Restore
  1. Connect Google Drive for automatic backups or set a passphrase for a standalone file.
  2. Create and verify a backup.
  3. Preview a selected backup before restoring, and use Undo if the restore was unwanted.

Backups cover extension-owned data, not live website storage, cookies, or Chrome-managed shortcut assignments; the Drive recovery key shares the same Google-account trust boundary.

Extension Settings

#

Turns five-second storage refresh on or off and controls which feature tabs appear in the navigation. It also shows the keyboard-shortcut controls.

  • Five-second storage auto-refresh
  • Navigation visibility controls by feature group
  • Keyboard-shortcut overview and configuration link
Settings in Adel Dev Tools, shown with fictional demo data
Settings. Full-size image
How to use Extension Settings
  1. Open the gear button in the extension header.
  2. Turn five-second storage auto-refresh on or off.
  3. Choose which storage, network, developer, security, and analytics tabs remain visible.

Hiding a tab changes the navigation only; it does not remove the feature or its saved data.

Keyboard Shortcuts

#

In the extension: Extension Settings → Keyboard Shortcuts

Lists Chrome command assignments for opening the extension or jumping to a section. The Configure button opens Chrome’s extension-shortcut page.

  • Current Chrome command assignments
  • Direct section shortcuts
  • Link to Chrome’s extension-shortcut settings
Keyboard Shortcuts in Adel Dev Tools, shown with fictional demo data
Keyboard Shortcuts. Full-size image
How to use Keyboard Shortcuts
  1. Open Extension Settings.
  2. Review assigned and unassigned commands.
  3. Choose Configure shortcuts in Chrome and assign the combinations you want.

Chrome owns the key assignments, so they are configured on chrome://extensions/shortcuts rather than inside the extension.

Install

Requires Chrome 127 or later on desktop.

Chrome Web Store review is in progress.

Download extension ZIP · v1.0.6
  1. Download and unzip the file into a folder you will keep.
  2. Open chrome://extensions and enable Developer mode.
  3. Choose Load unpacked and select the unzipped folder containing manifest.json.

For manual updates, replace the files in the same folder and reload the existing extension. Keep an older personal build installed until you have exported and verified your data in the new installation.

Privacy policy