-
Notifications
You must be signed in to change notification settings - Fork 4
Description
As I tab junkie I tend to end up with a lot of tabs related to certain 'contexts', and this extension was born out of helping me to 'slice off' those contexts, so that I could then save them for future using something like Sesh (Chrome Store, GitHub)
I'm not sure if this would necessarily make sense to include in this extension.. sort of torn between 'keep it simple' and 'integrate the features I need so I don't require multiple extensions'. Described here for future pondering.
One potential options is to have some features that 'play nice' with Sesh's features, so that by using both you get a 'synergistic effect'. This concept could potentially be extended to other extensions as well, which would reduce the need to 'reimplement features', and help support others work (eg. This features requires you to also have X extension installed: (link to chrome store))
API's
- https://developer.chrome.com/docs/extensions/reference/api/bookmarks
-
Use the
chrome.bookmarksAPI to create, organize, and otherwise manipulate bookmarks.
-
- https://developer.chrome.com/docs/extensions/reference/api/permissions
-
chrome.permissions
-