Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klinki/chrome-bookmarks
https://github.com/klinki/chrome-bookmarks
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/klinki/chrome-bookmarks
- Owner: klinki
- Created: 2016-06-14T21:23:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T06:23:45.000Z (4 months ago)
- Last Synced: 2024-07-29T07:44:40.061Z (4 months ago)
- Language: TypeScript
- Size: 719 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GEBOOM (Good Enough Bookmark Manager)
Planned features for this extension:
* Table with name, address, added date with sorting
* Search (possibly keep current functionality)
* Trash for deleted bookmarks
* Drag & Drop (for search as well)Future features:
* Tags
* Sync with other browsers (and devices)
* Relevance measure (find out how to estimate, most recently visited and mostly visited have bigger relevance than older ones)
* Sharing optionsThis project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.9.
[.editorconfig](.editorconfig)
## Development serverRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.