Kuldeep Matharu
Kuldeep Matharu
I think I understand what you want, but that kind of configuration is not user friendly for a browser extension. nightTab is primarily an extension and browsers users shouldn't need...
Also, @hartk1213 has made an awesome tool which generates [state.js](https://github.com/zombieFox/nightTab/blob/master/src/js/state.js) and [bookmark.js](https://github.com/zombieFox/nightTab/blob/master/src/js/bookmarks.js) files from a JSON for scenarios like this. It could be what you're looking for: [NightTabHelper](https://github.com/hartk1213/NightTabHelper) (Kudos to...
> Any updates on this? I spent two hours trying to edit the files directly with no luck, and the NightTabHelper is dated. It would be awesome if you could...
> I am also joining the bandwagon for this possible feature as I am sure some of us will definitely want to host it locally. As it stands, I'm still...
**Docs:** https://developer.chrome.com/extensions/storage https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync **Notes:** - Firefox and Chrome have different API methods: - `chrome.storage.sync.set ` and `storage.StorageArea.set` - Firefox has a limit of 100KB of sync storage - This would...
> Editing and compiling all these .js-files on every change is too much trouble. It really would be nice if there would be a single .json for bookmarks and a...
I have been developing more test projects using`chrome.storage`. Here are my findings, tl;dr: _Not looking good and will probably not be possible_: - Firefox and Chrome use different methods to...
> Does the "unpin" operation mean this feature gonna release soon? I'm afraid not, it still seems like this feature request is too difficult to support (for reasons stated above)....
Hi, glad you like the project. Some great ideas here. Thanks for sharing them. Flagging this as investigate as some of these ideas could be possible.
Thanks for the additional context. Initial thoughts are this contains a few new feature requests. Marking this as "enhancement" and will investigate as I can.