Tab Keeper
This extension helps to quickly save open tabs and return to them later.
What is Tab Keeper?
Tab Keeper is a Chrome extension developed by Unknown, and its main feature is "This extension helps to quickly save open tabs and return to them later.".
Extension Screenshots
Download Tab Keeper Extension CRX File
Download Tab Keeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension saves a list of open tabs, so that later it is possible to return to them with one click.
Extension Basic Information
Name | Tab Keeper |
ID | lbpbmplnjoonfgknodgmhgclgcdnbbja |
Official URL | https://chromewebstore.google.com/detail/tab-keeper/lbpbmplnjoonfgknodgmhgclgcdnbbja |
Description | This extension helps to quickly save open tabs and return to them later. |
File Size | 21.42 KB |
Installation Count | 1,115 |
Current Version | 1.3 |
Last Updated | 2020-06-05 |
Publish Date | 2020-06-05 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Keeper", "description": "This extension helps to quickly save open tabs and return to them later.", "permissions": [ "tabs" ], "version": "1.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "popup.png" } } |