Tab Bundler

Share and Organize Like Never Before

Qu'est-ce que Tab Bundler ?

Tab Bundler est une extension Chrome développée par https://tabbundler.com, et sa fonction principale est "Share and Organize Like Never Before".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Bundler

Téléchargez les fichiers d'extension Tab Bundler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tab Bundler Tab Bundler
ID ooajenhhhbdbcolenhmmkgmkcocfdahd
URL Officiel https://chromewebstore.google.com/detail/tab-bundler/ooajenhhhbdbcolenhmmkgmkcocfdahd
Description Share and Organize Like Never Before
Taille du Fichier 656 KB
Nombre d'Installations 6,661
Version Actuelle 2.6.16
Dernière Mise à Jour 2022-12-26
Date de Publication 2019-06-23
Évaluation 3.76/5 Total 104 Évaluations
Développeur https://tabbundler.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.tabbundler.com
URL de la Page d'Aide http://www.tabbundler.com/instructions
URL de la Page de Politique de Confidentialité https://www.tabbundler.com/terms
Langues Prises en Charge 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\/"
    ]
}