chrome-NewWindowWithTabsToRight
chrome-NewWindowWithTabsToRight copied to clipboard
Create a new window from the tabs to the right of the currently selected tab.
- eg. https://github.com/kanban-labs/tabs-count - > This is a simple browser extension that lets you know the amount of tabs you have open. The code is very lightweight and only runs...
- https://developer.chrome.com/blog/mv2-transition/ - > Manifest V3 is more secure, performant, and privacy-preserving than its predecessor. It is an evolution of the extension platform that takes into consideration both the changing...
Feedback from Chrome extension store ([Ref](https://chromewebstore.google.com/detail/new-window-with-tabs-to-r/ldahcfljppchbfgdokomobmfdfplaman/reviews?hl=en&authuser=1)): > **Ian MacRae (Feature request) 17 May 2014** > brilliant but!!! > You need to have this on a button in the button bar....
Feature request via email: > Please add a shortcut that Opens the Current Tab and Tabs To The Right Each In Separate, Maximized Windows. In other words, I love opening...
- fixes https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/issues/13 - fixes https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/issues/21 For current status/plans/etc, refer to that issue; for example, from this comment: - https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/issues/13#issuecomment-2376146972
Consider properly implementing localisation ~(or cleanup the unused files in `_locales`)~ - https://developer.chrome.com/docs/extensions/develop/ui/i18n - https://developer.chrome.com/docs/extensions/how-to/ui/localization-message-formats - https://developer.chrome.com/docs/extensions/reference/api/i18n - https://developer.chrome.com/docs/extensions/reference/api/i18n#overview-predefined - > Predefined messages - > The special message `@@extension_id` can...
It would be good to explore what the modern options for Chrome Extension boilerplates / frameworks / bundlers / supporting tooling are; ideally something that supports [TypeScript](https://www.typescriptlang.org/), and probably that...
The extension stopped working today, and in the Chrome Web Store I see the message: > This extension is no longer available because it doesn't follow best practices for Chrome...