Tab Bundler

Share and Organize Like Never Before

Co je Tab Bundler?

Tab Bundler je rozšíření Chrome vyvinuté https://tabbundler.com, a jeho hlavní funkcí je „Share and Organize Like Never Before“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tab Bundler

Stáhněte si soubory rozšíření Tab Bundler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Tab Bundler Tab Bundler
ID ooajenhhhbdbcolenhmmkgmkcocfdahd
Oficiální URL https://chromewebstore.google.com/detail/tab-bundler/ooajenhhhbdbcolenhmmkgmkcocfdahd
Popis Share and Organize Like Never Before
Velikost souboru 656 KB
Počet instalací 6,661
Aktuální Verze 2.6.16
Poslední Aktualizace 2022-12-26
Datum Vydání 2019-06-23
Hodnocení 3.76/5 Celkem 104 Hodnocení
Vývojář https://tabbundler.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.tabbundler.com
URL Stránky Nápovědy http://www.tabbundler.com/instructions
URL Stránky Zásad Ochrany Soukromí https://www.tabbundler.com/terms
Podporované Jazyky 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\/"
    ]
}