English version below / Last updated: April 2026
Quick Timer は、ショートカットキー押下で現在の Web ページの上にフルスクリーンタイマーをオーバーレイ表示する Chrome 拡張機能です。再度ショートカットを押すとオーバーレイが消え、元のページに戻ります。
ありません。 本拡張機能は、外部サーバーへ一切のデータ送信を行いません。アナリティクス、テレメトリ、ユーザートラッキング、いずれも実装していません。
Chrome の chrome.storage.local に以下のデータを保存します。これらは利用者のマシン上にのみ存在し、外部に送信されません。
これらのデータは拡張機能をアンインストールするか、対象タブを閉じると消去されます。
storage: 上記のローカル状態保存のためtabs: 音が出ているタブをミュートするための列挙、アクティブタブの URL 取得scripting: アクティブタブにオーバーレイ要素を注入するためactiveTab: ユーザーが拡張機能を起動した時のみ、アクティブタブへの一時的アクセスタイマー UI 本体は Vercel(https://quick-timer-ten.vercel.app)でホスティングされています。ページ自体にアナリティクスやトラッキングは実装していません。Vercel は通常のホスティング運用としてサーバアクセスログ(IP アドレス、User-Agent 等)を取得する場合があり、これは Vercel のプライバシーポリシーに従います。
ソースコードと Issue: github.com/tabisurushosai/quick-timer
Quick Timer is a Chrome extension that overlays a fullscreen timer on the current web page when you press a keyboard shortcut. Pressing the shortcut again removes the overlay and restores the original page.
None. This extension does not transmit any data to remote servers. There is no analytics, telemetry, or user tracking.
The extension uses chrome.storage.local to keep the following data. This data lives only on your device and is never sent off-device.
This data is cleared when you uninstall the extension or close the relevant tabs.
storage: store the local state described abovetabs: enumerate audible tabs to mute them; query the active tab's URLscripting: inject the overlay element into the active tabactiveTab: temporary access to the active tab when you invoke the extensionThe timer UI is hosted on Vercel at https://quick-timer-ten.vercel.app. The page itself contains no analytics or tracking. Vercel may collect standard server access logs (IP address, user agent) as part of normal hosting operations, governed by Vercel's privacy policy.
Source code and issues: github.com/tabisurushosai/quick-timer