# Multiple search **Repository Path**: tanshun/multiple-search ## Basic Information - **Project Name**: Multiple search - **Description**: A browser extension that can open multiple web pages for searching content at same time. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-06 - **Last Updated**: 2023-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multiple search A browser extension that can open multiple web pages for searching content at same time. ## Development Recommend developing in Firefox browser. ```sh # Install dependencies yarn # Run the extension in development mode yarn dev ``` ## Build ### For Firefox First build the extension: ```sh yarn build:firefox ``` And then publish it(You should install web-ext first `npm i -g web-ext`): ```sh cd dist web-ext sign --api-key=YOUR_API_KEY --api-secret=YOUR_API_SECRET ``` ### For Chrome First build the extension: ```sh yarn build:chrome ``` ## License [MIT](LICENSE)