T-Chrome Extension Builder
Generate boilerplate for Chrome Extensions (Manifest V3) instantly from your VS Code editor.
Features
- Right-click on any folder in the Explorer and select Create Chrome Extension.
- Use the Command Palette (
Ctrl+Shift+P) and run Create Chrome Extension.
- Interactive prompts to customize your extension:
- Extension Name and Description
- Select components: Popup, Content Script, Background Service Worker, Options Page
- Select required permissions: storage, activeTab, tabs, scripting, contextMenus, alarms
- Automatically generates
manifest.json and basic project structure.
Usage
- Open a workspace or folder in VS Code.
- Right-click the folder in the Explorer or open the Command Palette.
- Select/Type
Create Chrome Extension.
- Follow the input boxes and quick pick menus.
- Your customized Chrome extension boilerplate is ready to use!
License
This project is licensed under a Custom License. See the LICENSE file for details. Commercial use is strictly prohibited without prior agreement.
| |