Intelligent Chrome plugin that automates Git branch creation based on Notion cards using Gemini AI. chrome-notion-plugin/ ├── chrome-extension/ # 🌐 Chrome Extension │ ├── manifest.json # Extension ...
├── .gitignore # Git 忽略文件配置 ├── manifest.json # Chrome 插件配置文件 ├── package.json # 项目依赖和脚本配置 ├── vite.config.js # Vite 构建配置 ├── index.html # 插件弹窗页面入口 ...