{"id":13479856,"url":"https://github.com/Reeywhaar/tabsaver","last_synced_at":"2025-03-27T10:30:51.007Z","repository":{"id":24627993,"uuid":"101537831","full_name":"Reeywhaar/tabsaver","owner":"Reeywhaar","description":"WebExtension to manage tabs","archived":false,"fork":false,"pushed_at":"2024-11-26T01:19:10.000Z","size":12768,"stargazers_count":27,"open_issues_count":4,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-26T02:22:52.649Z","etag":null,"topics":["firefox","tabs","tabs-management","webextension"],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Reeywhaar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-27T07:51:46.000Z","updated_at":"2024-11-26T01:18:32.000Z","dependencies_parsed_at":"2024-01-14T15:23:19.381Z","dependency_job_id":"b331bff2-f8b8-40de-a773-dc17e7a8807c","html_url":"https://github.com/Reeywhaar/tabsaver","commit_stats":null,"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reeywhaar%2Ftabsaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reeywhaar%2Ftabsaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reeywhaar%2Ftabsaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reeywhaar%2Ftabsaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reeywhaar","download_url":"https://codeload.github.com/Reeywhaar/tabsaver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245826728,"owners_count":20678849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firefox","tabs","tabs-management","webextension"],"created_at":"2024-07-31T16:02:24.024Z","updated_at":"2025-03-27T10:30:50.989Z","avatar_url":"https://github.com/Reeywhaar.png","language":"Vue","funding_links":[],"categories":["Vue","webextension"],"sub_categories":[],"readme":"![Logo](ext/icons/icon.svg)\n\n# Tab Saver\n\n\u003cstrong\u003eThere is a continuation of this addon \u003ca href=\"https://github.com/Reeywhaar/tabsaver-2\"\u003eTabSaver 2\u003c/a\u003e. Check it out! First version of this addon is unlikely to be updated, it works though.\u003c/strong\u003e\n\nWebExtension to manage your tabs.\nWith this extension you can save tabs in current window and open them later.\n\n[Install from addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/vyrtsev-tab-saver/)\n\n### Caveats\n\nCurrent state of Firefox WebExtension Api restricts opening of privileged urls (such as `file:///`, `chrome:`, `about:`, etc..) so placeholder page will be opened where you can copy link to clipboard and manually paste it into the location bar. Sad.\n\n### Screenshots\n\n![main](screenshots/main-assets/main.png)\n![tabs](screenshots/main-assets/tabs.png)\n\n## FAQ\n\n#### When I click on `remove tab` button, nothing happens\n\nClick and hold button. Such action made to prevent accidental remove. Other buttons with such behavior are `Undo`, `Replace TabSet`, `Remove TabSet`.\n\n#### I don't need Window TabSets, can I hide them?\n\nYes. Such preference available in addon's preferences. Click on cog icon in the panel's bottom right corner, to access preferences.\n\n#### What does `•` dot sumbol before tab's link means?\n\nIt means that tab is pinned.\n\n#### What is `Unknown` label near tab's link.\n\nIt means that tab's container was removed\n\n#### Can I open TabSaver in sidebar?\n\nYes, you can detach popup panel as well.\n\n#### Can I have tab's title near tab's link?\n\nYes, available in preferences.\n\n#### Can I have tab's favicon near tab's link?\n\nYes, available in preferences.\n\n# How to build\n\nFirst install dependencies: `npm install`.\n\nSecond compile js with webpack `npm run compile:prod`\n\nThen, If you want to build artifact: `./node_modules/.bin/web-ext build -s ext`. _this will create zip archive in ./web-ext-artifacts_\n\nAnd If you want to run extension in dev mode: `./node_modules/.bin/web-ext run -s ext`\n\n# CHANGELOG\n\n## `v.0.2.7`\n\n- Revert to 0.2.4 version as there are some complications with recent versions\n\n## `v.0.2.6`\n\n- Technical release\n\n## `v.0.2.5`\n\n- Style improvements. Code cleanup\n- Updated dependencies\n\n## `v.0.2.4`\n\n- Style improvements. Fixed controls interaction with text and scrollbars\n- Size of the window is now saved\n- Updated to Vue 3\n\n## `v.0.2.3`\n\n- Style improvements. Theme now obeys firefox's theme (dark, light)\n\n## `v.0.2.2`\n\n- Fixed active tab highlighting in Firefox versions \u003e= 101\n  https://bugzilla.mozilla.org/show_bug.cgi?id=1779926\n\n## `v.0.2.1`\n\n- Fixed tab opening in private mode. Thanks to [Crikxi](https://github.com/Reeywhaar/tabsaver/pull/29)\n\n## `v.0.2.0`\n\n- Updated icon\n- Updated code dependencies\n\n## `v.0.1.7`\n\n- Updated dependencies\n\n## `v.0.1.6`\n\n- Updated dependencies\n\n## `v.0.1.5`\n\n- Option to open tab in same tab\n\n## `v.0.1.4`\n\n- Fixed import issue\n\n## `v.0.1.3`\n\n- Refine drag'n'drop\n- Minor refactoring\n\n## `v.0.1.2`\n\n- Show border over element when dragging\n\n## `v.0.1.1`\n\n### Features\n\n- Reload tab icon added (shift click to cache free reload, middle click to duplicate)\n- Reload all window tabs icon added (shift click to cache free reload)\n\n### Changes\n\n- Undo button's text changed to icon\n- Code fixes\n- Controls hover behavior\n\n## `v.0.1.0`\n\n### Features\n\n- Extension options page\n- Ability to manage window's tabs\n- Undo feature\n- Detachable panel\n- Sidebar panel\n- Color may be assigned to TabSet\n- Options to show tab's\n  - tab's title\n  - favicon\n  - count\n- Dark/light themes support\n\n### Fixes\n\n- Panel works in private window\n\n## `v.0.0.1`\n\nThere were dragons...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReeywhaar%2Ftabsaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FReeywhaar%2Ftabsaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReeywhaar%2Ftabsaver/lists"}