Skip to content

Commit

Permalink
[chore] complete README, modify package version
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCrossCoder committed Jan 18, 2025
1 parent ab6cc7e commit 5c5d0dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# favorites-map
A browser plugin providing better favorites management for human
# Favorites Map

## Introduction

***A browser extension providing better favorites management for human.***

## Features

1. Manage Favorites With `Relational Graph` instead of `File Tree`.
![management.gif](https://raw.githubusercontent.com/BioCrossCoder/favorites-map/refs/heads/main/images/management.gif)

2. Easy to migrate from built-in `Favorites` of browser.
![migrate.gif](https://raw.githubusercontent.com/BioCrossCoder/favorites-map/refs/heads/main/images/migrate.gif)

3. Support quick navigation by `Tag`.
![tag.gif](https://raw.githubusercontent.com/BioCrossCoder/favorites-map/refs/heads/main/images/tag.gif)

4. Traditional `Text Search` as a supplement.
![search.gif](https://raw.githubusercontent.com/BioCrossCoder/favorites-map/refs/heads/main/images/search.gif)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Favorites Map",
"description": "A browser extension providing better favorites management for human",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "wxt",
Expand Down Expand Up @@ -38,4 +38,4 @@
"vue-tsc": "^2.1.10",
"wxt": "^0.19.22"
}
}
}

0 comments on commit 5c5d0dd

Please sign in to comment.