Tab Locker
Save your current tabs for later use
What is Tab Locker?
Tab Locker is a Chrome extension developed by Anthony Clausing, and its main feature is "Save your current tabs for later use".
Extension Screenshots
Download Tab Locker Extension CRX File
Download Tab Locker 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
Can save up to 5 collections of tabs to be reopened at anytime. Helpful for studying or research.
Extension Basic Information
Name | Tab Locker |
ID | peidgpelkfmpbiaphfakeaboijiagkmd |
Official URL | https://chromewebstore.google.com/detail/tab-locker/peidgpelkfmpbiaphfakeaboijiagkmd |
Description | Save your current tabs for later use |
File Size | 13.48 KB |
Installation Count | 743 |
Current Version | 0.0.0.1 |
Last Updated | 2021-02-18 |
Publish Date | 2021-02-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Anthony Clausing |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Locker", "version": "0.0.0.1", "description": "Save your current tabs for later use", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/tab_locker16.png", "32": "images\/tab_locker32.png", "48": "images\/tab_locker48.png", "128": "images\/tab_locker128.png" } }, "icons": { "16": "images\/tab_locker16.png", "32": "images\/tab_locker32.png", "48": "images\/tab_locker48.png", "128": "images\/tab_locker128.png" }, "manifest_version": 3 } |