開発環境のセットアップ
ブラウザーの設定や基本ツールを含め、ChromeおよびEdge拡張機能を作成するための開発環境を構成します。
「開発環境のセットアップ」はCoddyKit上の無料Browser Extensions Development (Chrome & Edge)レッスンです。 これはレッスン2/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはBrowser Extensions Development (Chrome & Edge)学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Browser Extensions Development (Chrome & Edge)コースには全4レッスンが含まれています。
このレッスンの一部はまだ翻訳されておらず、英語で表示されています。
Get Ready to Build!
Before building, set up your workspace — prepping tools first makes coding smoother and lets you test your extensions efficiently.
Your Browser is Your Lab
Your browser is your lab. Chrome and Edge have built-in dev features; the first step is flipping on their special "Developer Mode."
Switch On Developer Mode
Enable Developer Mode: open chrome://extensions and toggle the switch in the top-right. That unlocks loading and testing your own extensions.
Your Extension's Home
Each extension needs its own folder for all its files. Make an empty one — say my-first-extension — where we'll drop the manifest and code.
The Essential Manifest File
The manifest.json is your extension's blueprint — it tells the browser the key details. Start with a minimal one in your folder.
Pick a Code Editor
Any editor works, but a real code editor adds highlighting, autocomplete, and debugging. VS Code is the free, popular pick — grab it if needed.
Load Your Unpacked Extension
With Developer Mode on, click Load unpacked and select your folder. Your extension should appear in the list, maybe with an icon in the toolbar.
Refresh for Updates
After editing files, the browser won't see changes until you reload — hit the refresh icon on your extension's card in chrome://extensions.
Debug with DevTools
Debug extensions with DevTools, just like web pages. Each card links to its background "service worker" or popup inspector for digging in.
Development Environment Check
You've learned the essential steps to prepare your browser and load your first extension. Let's test your understanding!
Which of the following actions is necessary to see changes in your extension after modifying its files?
Setup Complete!
Your environment is set: Developer Mode on, a folder with manifest.json, loading and reloading unpacked, and DevTools for debugging. Onward!
よくある質問
「開発環境のセットアップ」レッスンは無料ですか?
はい。「開発環境のセットアップ」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Browser Extensions Development (Chrome & Edge)コースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Browser Extensions Development (Chrome & Edge)コースには全4レッスンが含まれています。
「開発環境のセットアップ」で何を学びますか?
ブラウザーの設定や基本ツールを含め、ChromeおよびEdge拡張機能を作成するための開発環境を構成します。 ブラウザで直接実行するハンズオンコードでBrowser Extensions Development (Chrome & Edge)を演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。
Browser Extensions Development (Chrome & Edge)を始めるのに経験は必要ですか?
事前経験は必要ありません。CoddyKitのBrowser Extensions Development (Chrome & Edge)は初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン2/4です。
「開発環境のセットアップ」レッスンにはどのくらい時間がかかりますか?
ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。
このBrowser Extensions Development (Chrome & Edge)レッスンでコードを書いて実行できますか?
はい。すべてのBrowser Extensions Development (Chrome & Edge)レッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。