広告が嫌いですか? 行く 広告なし 今日

開発者ツール

即時のテキスト処理、データ変換、検証機能によりコーディング タスクを効率化する、無料のブラウザベースのユーティリティです。

Color Swatch Sheet Generator

Color Swatch Sheet Generator Paste a list of colors and instantly preview them as a printable swatch sheet with hex labels. Mix any CSS color format you like — short and long hex, rgb(), rgba(), hsl(), hsla(), or named colors such as tomato — then download the sheet as a high resolution PNG or scalable SVG for handoff, print, or design system documentation. How to Use Enter one color per line in the Colors textarea, or click Try an example to load a starter palette. Adjust Columns, Swatch Size, Gap, and Sheet Padding to match the layout you need. Pick a sheet background color and toggle whether to show hex ...

ツールを試す »

Elixir Code Formatter

Elixir Code Formatter Paste your Elixir source code and get clean, mix format-style output instantly in your browser. Standardize indentation, normalize spacing around operators, sort alias / import / require / use blocks, and surface syntax problems before they reach iex. Everything runs client-side, so your code never leaves your machine. How to Use Paste Elixir code into the input box, drop a .ex / .exs file onto the uploader, or click Try an example. Optionally adjust the max line length (default 98, matching mix format) so over-long lines get flagged. Toggle Sort alias / import / require / use if you want consecutive blocks alphabetized. The formatted output appears ...

ツールを試す »

Irregular Polygon Area Calculator

Irregular Polygon Area Calculator Type a list of vertex coordinates and instantly get the area, perimeter, and centroid of any flat polygon — convex or concave, axis-aligned or skewed, three vertices or thirty. The calculator uses the classic Shoelace formula so the answer is exact (no triangulation, no approximations), and it draws a live SVG preview so you can confirm the shape matches what you intended before trusting the numbers. It’s a quick way to verify a hand calculation, double-check a CAD value, work out the footprint of a non-rectangular floor plan, or estimate how much paint, fabric, or material an oddly-shaped surface needs. Everything runs in your browser — ...

ツールを試す »

Unified Color Space Converter

Unified Color Space Converter Paste a color in any common format and instantly see it represented across nine color spaces side by side. The converter auto-detects HEX, RGB, HSL, HSV/HSB, CMYK, CIE LAB, LCH, CIE XYZ, Oklab, and CSS named colors, then computes every other representation using full sRGB gamma correction and the standard D65 white point. A live swatch preview and one-click copy for every value make it a fast pickup tool for designers, developers, print teams, and anyone who needs precise colorimetry without rolling their own math. How to Use Type or paste a color value into the Color Value field. Any common format works: #464aff, rgb(70, 74, ...

ツールを試す »

XML Diff Comparator

XML Diff Comparator Compare two XML documents at the node level or the line level. The XML Diff Comparator highlights added, removed, modified, and attribute-level changes so you can spot exactly what changed without skimming through thousands of tags by eye. Unlike plain text diff tools, this comparator understands XML structure: it ignores cosmetic whitespace, optionally skips comment nodes, and treats attribute sets as order-insensitive by default. The result is a diff that reflects real semantic change rather than reformatting noise. How to Use Paste your original XML into the XML A box and the updated XML into the XML B box. Choose Structural diff to see node-level changes grouped ...

ツールを試す »

NPV & IRR Calculator

NPV & IRR Calculator Evaluate an investment opportunity the way finance professionals do. This calculator turns a stream of yearly cash flows into the four numbers that matter most for any capital-budgeting decision: Net Present Value (NPV), Internal Rate of Return (IRR), Modified IRR (MIRR), and the Profitability Index. It also reports the simple and discounted payback periods and shows how sensitive your NPV is to small changes in the discount rate. How to Use Enter the initial investment as a positive dollar amount — the tool treats it as the year-zero outflow automatically. Paste your cash flows (one value per line) into the textarea. Use negative numbers to represent ...

ツールを試す »

CSS Custom Property Extractor

CSS Custom Property Extractor Paste any CSS or SCSS stylesheet and instantly get a clean, sorted, deduplicated list of every --custom-property declared in it — along with the selector scope it was declared in. The extractor also surfaces variables that are referenced via var(--name) but never declared anywhere, which are a common cause of broken styles in large design systems. How to Use Paste your stylesheet into the CSS / SCSS Input box (or click Try an example to load a sample). Pick an Output Format: a plain-text table, a JSON object, or a ready-to-paste :root { } block. Use the Filter field to narrow the result by variable name, ...

ツールを試す »

Image to ASCII Art Converter

Image to ASCII Art Converter Turn any photo, screenshot or logo into ASCII art directly in your browser. Upload an image and the converter samples each region of pixels, maps the brightness to a character of matching density and assembles the result into monospaced text you can paste anywhere — chat windows, code comments, terminals, README files, or printable art. Everything runs locally on your device, so the image never leaves your computer. How to Use Drop an image into the uploader or click Browse to pick a JPG, PNG, GIF, WebP or BMP up to 10 MB. Adjust the Width slider to choose how many characters wide the result should ...

ツールを試す »

tsconfig.json Generator

tsconfig.json Generator Build a valid tsconfig.json for TypeScript projects without memorising option names or hunting through release notes for what changed in the latest compiler. Pick a preset (Node ESM, Node CommonJS, React, Next.js, Library, or Strictest), tweak the strictness toggles, add any path aliases, and copy the generated JSON into the root of your project. TypeScript’s compiler config is a sharp surface: option names are case-sensitive, the list grows every release, and a misspelled or deprecated key may silently produce the wrong output instead of failing fast. A form-based generator that only emits the options you ticked is the fastest way to get a working config that matches your ...

ツールを試す »

Maze Generator (SVG)

Maze Generator (SVG) Generate random perfect mazes as crisp, scalable SVG images directly in your browser. Pick a classic carving algorithm, set the grid size, optionally fix a seed for reproducible output, and download the result as SVG or PNG. Every maze is built from real graph theory — not a stock template — so each click produces a fresh puzzle. How to Use Choose an algorithm: Recursive Backtracker (long, twisty corridors), Prim’s (organic and branchy), or Kruskal’s (uniform, balanced). Set the maze dimensions in columns and rows. Larger grids take longer to solve by eye. Optionally type a seed string. The same seed plus the same settings always produces ...

ツールを試す »

Network Speed Unit Converter

Network Speed Unit Converter Instantly convert between every common network and data transfer rate unit – bps, Kbps, Mbps, Gbps, Tbps, B/s, KB/s, MB/s, GB/s, TB/s, plus the binary IEC units like KiB/s and MiB/s. Type a value into any field and every other field updates live, so you never have to guess whether a “100 Mbps” connection is actually 100 MB/s (it is not – it is 12.5 MB/s). How to Use Type a value into any of the rate inputs – bits, bytes, or binary units. Every other unit updates instantly with the converted value. Click a Quick Select chip to load a common speed (dial-up, gigabit, USB ...

ツールを試す »

JavaScript Code Formatter

JavaScript Code Formatter Paste minified, messy, or compressed JavaScript and get back a clean, consistently formatted version you can actually read. The formatter is token-aware — it understands string literals, template literals, regular expressions, and comments, so it never accidentally reformats the inside of a regex or rearranges your ${...} interpolations. Everything runs in your browser, so the code you paste never leaves your machine. How to Use Paste your JavaScript into the input box. Pick your indentation, quote style, and semicolon policy. Choose a brace style (1TBS or Allman) and a trailing-comma policy. Set a target print width — long object literals and arrays are split to fit. Copy ...

ツールを試す »

ICSカレンダーイベント生成ツール

ICS Calendar Event Generator Build a standards-compliant .ics calendar file in seconds, then download it or copy the raw iCalendar text. Fill in the event details, choose a timezone and an optional repeat rule, add a reminder, and you get a clean RFC 5545 file that imports cleanly into Apple Calendar, Google Calendar, Outlook, Fastmail, Thunderbird, Nextcloud, and any other client that speaks iCalendar. How to Use Enter the event title, optional description, and a location or meeting URL. Pick Timed or All-day. For timed events, fill in the start and end times. Choose a timezone. Use Floating for “whatever zone the calendar opens in”, UTC for absolute times, or ...

ツールを試す »

スタックトレースフォーマッター・パーサー

Stack Trace Formatter & Parser Paste a raw stack trace from JavaScript, Python, Java, Ruby, Go, .NET, or PHP and instantly get a colour-coded, frame-by-frame breakdown. The tool auto-detects the language, separates your code from framework noise, and produces a clean Markdown block that you can drop straight into a bug report or pull request. How to Use Paste the raw stack trace into the input area, or click one of the language examples to see the formatter in action. Leave the language on Auto-detect, or pick one manually if the format is unusual or truncated. Toggle Collapse framework / vendor frames to fold long runs of library code into ...

ツールを試す »

仮のHTTP応答ビルダー

HTTPレスポンスビルダーを構築し、秒単位で構造的に正しいHTTPレスポンスメッセージを作成します。ステータスコードを選択し、ボディのタイプを選択し、ヘッダーを追加します。このツールは、ステータスライン、ヘッダー、ボディをCRLFで区切った文字列として生成し、テストファイク、統合モック、APIドキュメント、またはクライアントに対してレスポンスを再放送するのに最適です。使用方法:HTTPバージョン(デフォルトでHTTP/1.1)を選択し、グループ化されたピッカーからステータスコードを選択します(例:200 OK、404 Not Found、または503 Service Unavailable)。(オプション)ステータスコードの後に非標準のテキストを表示するように理由表現を上書きします。ボディのタイプ(テキスト、JSON、XML、HTML、フォームなど)を選択します。

ツールを試す »

QRコードリーダー/デコード

QRコードリーダー/デコード機能:ブラウザ内で任意のQRコード画像をデコードできます。スクリーンショット、写真、または保存された画像をアップローダーにドロップし、ツールは埋め込まれたテキスト、URL、Wi-Fi認証情報、連絡先カード、またはその他のペイロードをすぐに返します。画像をどこかに送信せずに、即座に結果を取得できます。使用方法:アップロードエリアをクリックし、QRコードを含む画像を選択(PNG、JPG、WEBP、GIF、またはBMP)。デコードされたコンテンツは、数秒以内に結果ボックスに表示されます。検出タイプのバージョンを確認してください。このツールはURL、Wi-Fi設定、vCard/MeCard連絡先、mailto、tel、SMS、Geo座標、otpauthリンクを認識します。コピーまたは...

ツールを試す »

Docker Compose YAML フォーマッター

Docker Compose YAMLフォーマッター:Docker ComposeのYAMLを貼り付けて、サービス、ネットワーク、ボリュームがDocker Composeの慣例に従って並べられた、きれいで一貫したファイルをすぐに取得できます。このフォーマッターは、現代のCompose仕様に準拠してファイルを検証し、古いキー(例:古いトップレベルのversionフィールドや、legacyリンク)を警告し、実行時に失敗しないように未知のサービスオプションを警告します。使用方法:Docker ComposeのYAMLを入力エリアに貼り付け、または例のリンクのいずれかをクリックしてサンプルスタックをロードします。キーの順序を選択します。Composeの慣例では、サービスはユーザーが期待する順序(イメージ、再起動、環境、ポート、ボリュームなど)で並べられます。アルファベット順はA-Zで厳密に並べられ、保存は...

ツールを試す »

Dart コードフォーマッター

Dartコードフォーマッター:DartまたはFlutterソースを貼り付けて、dart formatが強制する規則に従ったきれいなフォーマットをすぐに取得できます。このフォーマッターはブラウザ内で完全に動作し、SDKのインストール、アップロード、または遠隔サーバーへの待ち時間は一切不要です。すべての場面で、ページを離さずに規則に従った出力を得るために高速で決定的な補助ツールです。使用方法:DartまたはFlutterコードを入力エリアに貼り付け、または「例を試す」をクリックしてサンプルをロードします。好みのインデントサイズを選択(2スペースがdart_styleのデフォルトですが、4スペースまたはタブもサポートされています)。ライン長スライダーをドラッグします。フォーマッター...

ツールを試す »

バーコードチェックディジットバリデーター

バーコードチェックディジット検証ツール:販売または配送用のバーコードのチェックディジットを1回のペーストで検証できます。この検証ツールは、ディジット数から自動でフォーマットを検出し、適切なアルゴリズム(EAN/UPC/GTIN用のGS1 mod-10、ISBN-10用のmod-11)を使用して期待されるチェックディジットを再計算し、位置ごとの詳細を表示して、誤記入の場所を正確に確認できます。使用方法:バーコードを「バーコード」フィールドにペーストします。スペース、ハイフン、ドットは自動で削除されます。Formatを「自動検出」に残すか、曖昧な入力(8桁の数字はEAN-8またはUPC-Eの可能性がある)に対して特定の標準を選択します。結果を確認してください。有効(valid)とは、末尾のチェックディジットが一致していることを意味します。

ツールを試す »

MIMEタイプインタラクティブ検索

MIMEタイプインタラクティブ検索:任意のファイル拡張子の正しいMIMEタイプを検索したり、MIMEタイプに関連付けられたファイル拡張子を検索できます。IANAメディアタイプレジストリに基づいて構築されたこのインタラクティブ検索は、カテゴリラベルとワンクリックコピーで即座に正確な結果を提供し、コードに適切なContent-Typeを入力する際に二度考えずに済みます。使用方法:検索ボックスにファイル拡張子(例:.pdf、mp4、またはjson)を入力、またはimage/pngのようなMIMEタイプをペーストします。結果カードは、一致するMIMEタイプ、関連付けられた拡張子、トップレベルカテゴリ(画像、動画、音声、テキスト、アプリケーション、フォント、モデル、マルチパート、メッセージ)、および適用されるデフォルト文字セットを表示します...

ツールを試す »
広告なしで楽しみたいですか? 今すぐ広告なしで

拡張機能をインストールする

お気に入りのブラウザにIOツールを追加して、すぐにアクセスし、検索を高速化します。

に追加 Chrome拡張機能 に追加 エッジ拡張 に追加 Firefox 拡張機能 に追加 Opera 拡張機能

スコアボードが到着しました!

スコアボード ゲームを追跡する楽しい方法です。すべてのデータはブラウザに保存されます。さらに多くの機能がまもなく登場します!

ニュースコーナー 技術ハイライト付き

参加する

価値ある無料ツールの提供を継続するためにご協力ください

コーヒーを買って