Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbeseda/tiny-bookmark-tab-webextension
A super simple bookmark tree view on Firefox new tabs. Just an experiment became my daily driver homepage.
https://github.com/tbeseda/tiny-bookmark-tab-webextension
bookmarks browser firefox javascript webextension
Last synced: 5 days ago
JSON representation
A super simple bookmark tree view on Firefox new tabs. Just an experiment became my daily driver homepage.
- Host: GitHub
- URL: https://github.com/tbeseda/tiny-bookmark-tab-webextension
- Owner: tbeseda
- Created: 2022-01-17T07:25:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:45:08.000Z (18 days ago)
- Last Synced: 2024-10-28T19:45:41.029Z (18 days ago)
- Topics: bookmarks, browser, firefox, javascript, webextension
- Language: HTML
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/tiny-bookmark-tab/
- Size: 1.01 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny Bookmark Tab
Display browser bookmarks in a tree-list. Fast.
[Firefox Install](https://addons.mozilla.org/en-US/firefox/addon/tiny-bookmark-tab/)
[Chrome Install](https://chrome.google.com/webstore/detail/tiny-bookmark-tab/miihjlhjnppilabnfhpoglmldbkjglcc)
Extension icon from [vmware/clarity](https://github.com/vmware/clarity).
Tree CSS from [Kate Rose Morley](https://iamkate.com/code/tree-views/).
## Screenshots
![light](./static/screen_light.png)
Automatic dark mode
![dark](./static/screen_dark.png)
## Development
There's an index.html and assets/tiny.js - two files. The way Tim intended.
## Release
Create .zip with `assets/`, `manifest.json`, and `tiny.html`.
Update screenshots if needed.