Tab Capture

Organize and store browsing tabs

What is Tab Capture?

Tab Capture is a Chrome extension developed by abhijit.seal, and its main feature is "Organize and store browsing tabs".

Download Tab Capture Extension CRX File

Download Tab Capture 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

                        Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark.

With this extension, you never have to remember an url again or don't have to clutter the bookmark                    

Extension Basic Information

Name Tab Capture Tab Capture
ID dimbnhdhcboeolhledfhoemgldofldnh
Official URL https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh
Description Organize and store browsing tabs
File Size 24.41 KB
Installation Count 58
Current Version 1.0
Last Updated 2015-01-17
Publish Date 2015-01-17
Developer abhijit.seal
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Capture",
    "version": "1.0",
    "description": "Organize and store browsing tabs",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "tabcap.html",
        "default_title": "TabCapture"
    },
    "icons": {
        "128": "tabCapture-128.png"
    },
    "manifest_version": 2
}