返回工具列表
Extension Manifest Builder
开发者Visually scaffold Chrome Extension MV3 manifest.json files.
ttb run chrome-manifest-generator
Extension Details (MV3)
manifest.json
分享此工具:
如何使用 Extension Manifest Builder
Fill out the extension name, description, and version number. Then toggle which permissions your Chrome extension requires (e.g. storage, activeTab). The structured JSON preview updates immediately. Click "Download" to save the `manifest.json` to your project directory.
常见问题
What is Manifest V3?+
Manifest V3 (MV3) is the new architecture framework for Chrome extensions, heavily restricting background scripts in favor of Service Workers to improve security, privacy, and browser performance. Google Web Store has officially sunset MV2 extensions.
Do I need all permissions?+
No, in fact you should request as few permissions as absolute necessary. Broad permissions (like `<all_urls>`) drastically increase the manual review time required by the Google Chrome Web Store review team.