Tab Bundler

Share and Organize Like Never Before

What is Tab Bundler?

Tab Bundler is a Chrome extension developed by https://tabbundler.com, and its main feature is "Share and Organize Like Never Before".

Extension Screenshots

screenshot

Download Tab Bundler Extension CRX File

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

                        Due to lack of developer attention, Tab Bundler will be deprecated by March of 2023. We suggest that you back up your bundles as there is no guarantee that you will be able to re-install the application by then. 

Backend data will be backed up one last time by March, and servers will be shut down. This means that any data stored in our backends will require manual request via email. The team will support this until June 2023, until which email will no longer be monitored.

---
- Sync webpages across multiple computers. 

- Separate various topics of online research into single-click-to-open bundles.

- Share and collaborate on links between co-workers and friends by sending it right to their browser!

- Access bundles you've created at home, when you're on your at work, and vice versa. 

- Never lose information - you can choose for bundles to be stored on the cloud.

- Speed up your browser - Reduce RAM usage by saving currently unused tabs into bundles that can be opened with a single click.

Find out more by visiting www.tabbundler.com

Here are explanations for the permissions that are required:

Read and change your data on www.tabbundler.com - This is used to implement synchronization

Read your browsing history - Tab Bundler does not monitor or even read browsing history. This is what Chrome calls the permission required for accessing tab information which is required for saving bundles

Communicate with cooperating websites - 'Cooperating websites' refers only to www.tabbundler.com                    

Extension Basic Information

Name Tab Bundler Tab Bundler
ID ooajenhhhbdbcolenhmmkgmkcocfdahd
Official URL https://chromewebstore.google.com/detail/tab-bundler/ooajenhhhbdbcolenhmmkgmkcocfdahd
Description Share and Organize Like Never Before
File Size 656 KB
Installation Count 6,661
Current Version 2.6.16
Last Updated 2022-12-26
Publish Date 2019-06-23
Rating 3.76/5 Total 104 Ratings
Developer https://tabbundler.com
Email [email protected]
Payment Type free
Extension Website http://www.tabbundler.com
Help Page URL http://www.tabbundler.com/instructions
Privacy Policy Page URL https://www.tabbundler.com/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Bundler",
    "version": "2.6.16",
    "icons": {
        "16": "media\/images\/tbIconOrange.png",
        "48": "media\/images\/tbIconOrange.png",
        "128": "media\/images\/tbIconOrange.png"
    },
    "background": {
        "scripts": [
            "media\/static\/js\/lib\/third_party\/mousetrap.min.js",
            "media\/static\/js\/lib\/third_party\/mousetrap-global-bind.min.js",
            "media\/static\/js\/lib\/third_party\/jquery-1.8.3.min.js",
            "media\/static\/js\/lib\/third_party\/jquery-ui-1.11.4.custom\/jquery-ui.min.js",
            "media\/static\/js\/shared\/utils\/framework.min.js",
            "media\/static\/js\/shared\/utils\/string.min.js",
            "media\/static\/js\/shared\/utils\/general.min.js",
            "media\/static\/js\/shared\/utils\/status.min.js",
            "media\/static\/js\/shared\/utils\/http.min.js",
            "media\/static\/js\/shared\/utils\/jquery.min.js",
            "media\/static\/js\/shared\/utils\/db.min.js",
            "media\/static\/js\/utils\/badge.min.js",
            "media\/static\/js\/utils\/browser.min.js",
            "media\/static\/js\/utils\/autosave.min.js",
            "media\/static\/js\/shared\/mixins\/utils\/server.min.js",
            "media\/static\/js\/shared\/mixins\/utils\/options.min.js",
            "media\/static\/js\/shared\/mixins\/utils\/accessor.min.js",
            "media\/static\/js\/shared\/mixins\/utils\/order.min.js",
            "media\/static\/js\/shared\/mixins\/account\/abstract\/server_communication.min.js",
            "media\/static\/js\/shared\/mixins\/account\/abstract\/bundle_accessor.min.js",
            "media\/static\/js\/shared\/mixins\/account\/account.min.js",
            "media\/static\/js\/shared\/mixins\/account\/subscription.min.js",
            "media\/static\/js\/shared\/mixins\/account\/synchronizer.min.js",
            "media\/static\/js\/shared\/mixins\/bundles\/bundle-base.min.js",
            "media\/static\/js\/shared\/mixins\/bundles\/tab-base.min.js",
            "media\/static\/js\/widgets\/wheel.min.js",
            "media\/static\/js\/pages\/page.min.js",
            "media\/static\/js\/pages\/bundles\/bundle_container\/bundle_container.min.js",
            "media\/static\/js\/pages\/bundles\/bundle_container\/archived.min.js",
            "media\/static\/js\/pages\/bundles\/bundle_container\/own.min.js",
            "media\/static\/js\/pages\/bundles\/bundle_container\/shared.min.js",
            "media\/static\/js\/pages\/bundles\/tab.min.js",
            "media\/static\/js\/pages\/bundles\/bundle.min.js",
            "media\/static\/js\/pages\/bundles\/tb.min.js",
            "media\/static\/js\/background\/main.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tabbundler.com\/*"
        ]
    },
    "web_accessible_resources": [
        "media\/images\/tbIconOrange.png"
    ],
    "description": "Share and Organize Like Never Before",
    "browser_action": {
        "default_icon": "media\/images\/tbIconOrange.png",
        "default_popup": "tb_popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Ctrl+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/az416426.vo.msecnd.net 'sha256-KxD31C8kzhmQ4NXYw6KUEFSTL5riS+A01\/D3gKxQR5s=';  object-src 'self'",
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.tabbundler.com\/"
    ]
}