You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I frequently do a bookmark all open tabs and wind up with a lot of suspended sites in my bookmarks. What I really want to happen is to get the actual URL bookmarked instead of the suspended URL.
I frequently do a bookmark all open tabs and wind up with a lot of suspended sites in my bookmarks. What I really want to happen is to get the actual URL bookmarked instead of the suspended URL.
Example:
Suspended URL is: chrome-extension://$YOUR_EXTENSION_ID/suspended.html#uri=http://www.google.com
Should be just: http://www.google.com
I think you should be able to use chrome's bookmarks API to accomplish this: https://developer.chrome.com/extensions/bookmarks#method-create
The text was updated successfully, but these errors were encountered: