# WebFileTools — full notes for LLM / crawlers Canonical site (EN): https://coffin299.github.io/WebFileTools/ Japanese site prefix: https://coffin299.github.io/WebFileTools/ja Repository: https://github.com/coffin299/WebFileTools License: MIT Languages: English (/) and Japanese (/ja) with separate prerendered OGP ## Product Privacy-first browser file utilities hosted only as static assets on GitHub Pages. EN tagline: Your files stay in your browser. No uploads, no servers. JA tagline: ファイルを外部サーバーに送らず、ブラウザ上で処理します。 Some tools may use significant CPU/memory for large files. ## Architecture - No app backend / no file upload API - Stack: TypeScript, React, Vite, Tailwind CSS - Client APIs: File, Canvas, Web Crypto, and similar - Libraries include: pdf-lib, PDF.js, JSZip, js-tiktoken, markdown-it, qrcode, jsQR, js-yaml, diff - Optional metrics: Google Analytics (cookies); home visit counter via count.getloli.com - User tool files are not included in analytics payloads ## Categories and tools ### pdf #### Images → PDF - EN: Convert images into PDF files locally. - JA: 画像 → PDF — 画像を PDF に変換します。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/images-to-pdf - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/images-to-pdf #### PDF Merge - EN: Merge multiple PDFs in order. - JA: PDF 結合 — 複数 PDF を順番に結合します。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/pdf-merge - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/pdf-merge #### PDF Split - EN: Split or extract PDF pages. - JA: PDF 分割 — PDF を分割・抽出します。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/pdf-split - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/pdf-split #### PDF → Images - EN: Render PDF pages as images. - JA: PDF → 画像 — PDF ページを画像化します。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/pdf-to-images - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/pdf-to-images #### PDF Page Organizer - EN: Reorder, rotate, and remove pages. - JA: PDF ページ整理 — 並べ替え・回転・削除。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/pdf-page-organizer - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/pdf-page-organizer #### PDF Compression - EN: Light client-side PDF recompression. - JA: PDF 圧縮 — ブラウザ内の軽量再圧縮。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/pdf-compression - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/pdf-compression ### image #### Image Converter - EN: Convert between image formats. - JA: 画像変換 — 画像形式を変換します。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/image-converter - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/image-converter #### Image Compressor - EN: Reduce image file size. - JA: 画像圧縮 — 画像サイズを削減します。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/image-compressor - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/image-compressor #### Image Resizer - EN: Batch resize images. - JA: 画像リサイズ — 一括リサイズ。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/image-resizer - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/image-resizer #### Image Cropper - EN: Crop images locally. - JA: 画像クロップ — 画像を切り抜きます。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/image-cropper - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/image-cropper #### Image Rotator - EN: Rotate images in batch. - JA: 画像回転 — 画像を一括回転。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/image-rotator - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/image-rotator #### Metadata Remover - EN: Strip metadata by re-encoding. - JA: メタデータ削除 — 再エンコードでメタデータを除去。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/metadata-remover - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/metadata-remover #### Contact Sheet - EN: Build a grid overview of images. - JA: コンタクトシート — 画像一覧シートを作成。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/contact-sheet - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/contact-sheet #### Favicon Generator - EN: Create multi-size favicon.ico files. - JA: Favicon ジェネレータ — マルチサイズ favicon.ico を作成。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/favicon-generator - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/favicon-generator ### file #### Batch Renamer - EN: Rename many files with a preview. - JA: 一括リネーム — プレビュー付きで一括リネーム。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/batch-renamer - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/batch-renamer #### File Information - EN: Inspect names, sizes, and metadata. - JA: ファイル情報 — 名前・サイズ・メタデータを確認。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/file-information - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/file-information #### Archive Tools - EN: Create or extract ZIP archives. - JA: アーカイブ — ZIP の作成・展開。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/archive-tools - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/archive-tools #### Duplicate Finder - EN: Find duplicate files by hash. - JA: 重複検出 — ハッシュで重複ファイルを検出。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/duplicate-finder - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/duplicate-finder ### developer #### JSON Formatter - EN: Format, minify, and validate JSON. - JA: JSON 整形 — 整形・圧縮・検証。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/json-formatter - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/json-formatter #### JSON ↔ YAML - EN: Convert between JSON and YAML. - JA: JSON ↔ YAML — JSON と YAML を相互変換。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/json-yaml - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/json-yaml #### CSV ↔ JSON - EN: Convert between CSV and JSON. - JA: CSV ↔ JSON — CSV と JSON を相互変換。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/csv-json - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/csv-json #### Base64 - EN: Encode or decode Base64. - JA: Base64 — Base64 のエンコード/デコード。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/base64 - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/base64 #### Hash Generator - EN: Compute SHA hashes locally. - JA: ハッシュ生成 — SHA ハッシュを計算。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/hash-generator - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/hash-generator #### UUID Generator - EN: Generate UUIDs in the browser. - JA: UUID 生成 — ブラウザで UUID を生成。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/uuid-generator - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/uuid-generator #### Timestamp Converter - EN: Convert Unix time and dates. - JA: タイムスタンプ変換 — Unix 時間と日時を変換。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/timestamp-converter - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/timestamp-converter #### Text Diff - EN: Compare two texts. - JA: テキスト Diff — 2つのテキストを比較。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/text-diff - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/text-diff #### QR Code - EN: Generate and read QR codes. - JA: QR コード — QR の生成と読取。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/qr-code - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/qr-code #### URL Encode / Decode - EN: Encode or decode URL components. - JA: URL エンコード — URL のエンコード/デコード。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/url-encode - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/url-encode #### Regex Tester - EN: Test regular expressions locally. - JA: 正規表現テスター — 正規表現をローカルで検証。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/regex-tester - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/regex-tester #### Markdown Preview - EN: Preview Markdown as you type. - JA: Markdown プレビュー — Markdown をライブプレビュー。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/markdown-preview - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/markdown-preview #### Discord Markdown Preview - EN: Approximate Discord-flavored Markdown. - JA: Discord Markdown プレビュー — Discord 風 Markdown の近似表示。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/discord-markdown-preview - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/discord-markdown-preview #### Character Count - EN: Count characters, bytes, and tokens. - JA: 文字数カウント — 文字数・byte・token を計測。 - URL (EN): https://coffin299.github.io/WebFileTools/tools/character-count - URL (JA): https://coffin299.github.io/WebFileTools/ja/tools/character-count ## Legal pages - Privacy: https://coffin299.github.io/WebFileTools/privacy · https://coffin299.github.io/WebFileTools/ja/privacy - Terms: https://coffin299.github.io/WebFileTools/terms · https://coffin299.github.io/WebFileTools/ja/terms - Security: https://coffin299.github.io/WebFileTools/security · https://coffin299.github.io/WebFileTools/ja/security ## Discovery files - https://coffin299.github.io/WebFileTools/llm.txt - https://coffin299.github.io/WebFileTools/llm-full.txt - https://coffin299.github.io/WebFileTools/sitemap.xml - https://coffin299.github.io/WebFileTools/robots.txt