A user-friendly Chrome extension for managing bookmarks.
BemarkPreview.mov
You will need to have git, Node.js, and pnpm installed on your machine. If you don't have pnpm, you can install it globally with npm install -g pnpm.
-
Clone the repository:
git clone https://github.com/noliveira95/bemark.git
-
Navigate to the project directory:
cd bemark -
Install the required dependencies:
pnpm install
-
Build the Chrome extension:
pnpm run build
-
Open Google Chrome and go to the Extensions page. You can access it by typing
chrome://extensionsin the address bar. -
Enable the "Developer mode" toggle switch located in the top right corner of the Extensions page.
-
Click on the "Load unpacked" button and select the
distdirectory within the cloned repository.