Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GarinZ/link-map
Tree style tab mananger for Chrome and Edge, Tabs Outliner alternative
https://github.com/GarinZ/link-map
chrome chrome-extension edge-addon productivity tree-style-tab tree-tabs vertical-tabs
Last synced: 16 days ago
JSON representation
Tree style tab mananger for Chrome and Edge, Tabs Outliner alternative
- Host: GitHub
- URL: https://github.com/GarinZ/link-map
- Owner: GarinZ
- License: agpl-3.0
- Created: 2022-12-03T16:44:57.000Z (almost 2 years ago)
- Default Branch: release
- Last Pushed: 2023-04-15T07:06:20.000Z (over 1 year ago)
- Last Synced: 2024-07-31T08:19:14.029Z (4 months ago)
- Topics: chrome, chrome-extension, edge-addon, productivity, tree-style-tab, tree-tabs, vertical-tabs
- Language: TypeScript
- Homepage: https://linkmap.cc
- Size: 1.13 MB
- Stars: 241
- Watchers: 5
- Forks: 25
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# βοΈ Link Map
Language: [English](https://github.com/GarinZ/link-map/blob/release/README.md) | [δΈζ](https://github.com/GarinZ/link-map/blob/release/README_zh.md)> Profession Browser Tab Manager for Chrome and Edge
## π‘ What is Link Map?
Link Map is a browser tab sidebar that is designed for heavy information consumers.
With Link Map, even if you have a large number of tabs and windows, you can manage and classify them in a logical and clear way using the tree view structure, forming your own link collection.## :sparkles: Features
- π² Tree-shaped vertical tab sidebar, but with more levels: you can use drag-and-drop to quickly complete more tab operations
- πΎ Close and save for later reading: clear your workspace and focus on current work, they will remain in the list
- π Backup/restore: backup and restore your data in a universal format (JSON) π§ TabOutliner import: supports importing data from TabOutliner and is currently supporting more import formats
- πΆ No internet connection required: all content is locally stored, ensuring the security of your information.![1 dnd](https://user-images.githubusercontent.com/7566103/226508940-040c6557-28a9-4bee-94ae-0869a7d18695.gif)
## π¦ Install
- [Chrome Web Store](https://chrome.google.com/webstore/detail/link-map/jappgmhllahigjolfpgbjdfhciabdnde)
- [Edge Addon](https://microsoftedge.microsoft.com/addons/detail/link-map/penpmngcolockpbmeeafkmbefjijbaej)
- Download from [Release](https://github.com/GarinZ/link-map/releases), unzip the `.zip` file, load the directory into Chrome/Edge from the extension/addon page.## π About Permission Usage
- tabs: For supporting the main feature, which is tab management.
- storage: For Saving and Recovering the tree view status by indexedDB.
- activeTab: To show currently active tab in the tree view.
- windows: For supporting the main feature, which is window management.
- downloads: Extension need to download `.json` file for the export function
- system.display: To initialize the tree view position and width/height.
- favicon: To initialize icon for tab node which has never been visited.## Have problems or need help?
- [issue](https://github.com/GarinZ/link-map/issues)
- [LinkMap's RoadMap](https://garin-public.notion.site/Link-Map-0f228ba1e9e541aca685ab0622269e09)