agektmr / ProjectTabManager

Have too many tabs opened on Chrome? This extension helps you organize your tabs on windows per projects.
https://chrome.google.com/webstore/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia
110 stars 25 forks source link

add a tab to a project #35

Open element6 opened 10 years ago

element6 commented 10 years ago

It would be nice if I add a new bookmark to the project folder and it also gets added to the project session as well.

Cheers, Gary

agektmr commented 10 years ago

Sorry, I don't understand your request.

  1. What do you mean by "a new bookmark to the project folder"?
    1. chrome bookmark added via bookmark manager
      or
    2. a bookmark under project inside popup window added by turning on star?
  2. What do you mean by "the project session"?
    1. chrome bookmark added via bookmark manager
      or
    2. a bookmark under project inside popup window added by turning on star?

if answers are 1-i and 2-ii, you can reload the project list by clicking on circular arrow button on top of popup to recognize the bookmark directly added to the chrome bookmark.

element6 commented 10 years ago

yes, refresh does show the new bookmark in [ii]. However, if I click on the project title in the popup to restore/goto the project, the new bookmark doesn't get loaded.

The problem I am trying to solve is when I have a specific tab that I want to add to an existing project, it'll be nice to just add it via the chrome bookmark. This also means that I can add a new tab to my project on all my devices.

agektmr commented 10 years ago

Got it. PTM stores sessions separately from chrome bookmarks so adding a new chrome bookmark won't be reflected in current implementation. There will be a special treatment required by comparing previous bookmark state cache with bookmark set stored in current session to achieve this. I can implement this feature in the future though priority is low.

element6 commented 10 years ago

Thanks Eiji :)