Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
IndexedDB Explorer のプレビュー

IndexedDB Explorer 作成者: Eric Mortensen

Explore and query IndexedDB databases using SQL-like WHERE clauses

0 (0 件のレビュー)0 (0 件のレビュー)
3 人のユーザー3 人のユーザー
Firefox をダウンロードして拡張機能を入手する
ファイルをダウンロード

拡張機能メタデータ

この拡張機能について
Features:
  • Browse all IndexedDB databases on the current page
  • View all object stores within a database
  • Query data using SQL-like WHERE clauses
  • Support for complex queries with AND/OR operators
  • Support for comparison operators: =, !=, <>, >, <, >=, <=
  • Support for BETWEEN operator
  • Date comparison support
  • Nested property access with dot notation
  • View results in a formatted JSON display

Query Examples

Given data like:

{
"symbol": "ID_42140878",
"timestamp": 1766358000000000,
"sequence": 0,
"price": 6905.75,
"open": 6906.25,
"high": 6910,
"low": 6900.5,
"close": 6905.75,
"volume": 0,
"date": "2025-12-21T23:00:00.000Z",
"chartId": "ID_42140878_volume_20000"
}


You can write queries like:

Simple equality:

symbol = 'ID_42140878'


Date range:

date >= '2025-12-01' and date < '2025-12-15'


Troubleshooting
  • No databases found: Make sure you're on a page that uses IndexedDB
  • Permission denied: Some websites may have strict Content Security Policies
  • Extension not loading: Check the Browser Console (Ctrl+Shift+J) for errors

Multiple conditions with AND:

symbol = 'ID_42140878' and date >= '2025-12-01' and date < '2025-12-15'


Numeric comparisons:

price > 7000 and volume < 1000


BETWEEN operator:

price between 6800 and 6900


Complex query with date range and price range:

date >= '2025-11-01' and date < '2025-12-01' and price between 6800 and 6900


OR operator:

price > 7000 or volume > 10000


Nested properties (dot notation):

user.name = 'John' and user.age >= 18


Supported Operators
  • Comparison: =, !=, <>, >, <, >=, <=
  • Logical: AND, OR
  • Range: BETWEEN x AND y

Data Types

The query parser automatically handles:
- Strings: Enclosed in single or double quotes ('value' or "value")
- Numbers: Plain numeric values (123, 45.67)
- Booleans: true, false
- Null: null
- Dates: Strings that can be parsed as dates are automatically compared as dates
0 人のレビュー担当者が 0 と評価しました
ログインしてこの拡張機能を評価
まだ評価されていません

星の評価を保存しました

5
0
4
0
3
0
2
0
1
0
まだレビューはありません
権限とデータ

必要な権限:

  • すべてのウェブサイトの保存されたデータへのアクセス

データ収集:

  • 開発者によると、この拡張機能はデータ収集を必要としません。
詳細情報
詳しい情報
アドオンリンク
  • サポートメールアドレス
バージョン
1.0.0
サイズ
19.01 KB
最終更新日
2ヶ月前 (2025年12月27日)
関連カテゴリー
  • ウェブ開発
ライセンス
Mozilla Public License 2.0
バージョン履歴
  • すべてのバージョンを見る
コレクションへ追加
このアドオンを報告
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。