# my-chrome-plugin **Repository Path**: tmkbk/my-chrome-plugin ## Basic Information - **Project Name**: my-chrome-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-18 - **Last Updated**: 2024-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plugin ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 文档参考 ### searchDB(tableName) - 描述 查询表格中的数据 - 参数 tableName - 参数值 | type | value | | :--: | :-----------: | | FT | firstTable | | ST | secondTable | | TT | thirdTable | | WT | titleTxtTable |