# ChromeExtensionDemo **Repository Path**: RedBeast/chrome-extension-demo ## Basic Information - **Project Name**: ChromeExtensionDemo - **Description**: 创建一个Chrome浏览器扩展。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chrome Extension Demo ## 创建一个 Chrome 浏览器扩展。 ### 2021年12月16日 1. 使用 @types/chrome 获得了 chrome的API 的类型提示,无需使用 typescript,只需在js中引入 `/// `。 2. chrome.tabs API,进行 query、create。 3. chrome.scripting.executeScript({target: {}, function: ()=>{}}) ### 2021年12月21日 1. 利用 debugger、content_script,完成自动下载标签页中网络请求的JSON响应。