AllTabs

Manage Tabs

Qu'est-ce que AllTabs ?

AllTabs est une extension Chrome développée par jiten, et sa fonction principale est "Manage Tabs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AllTabs

Téléchargez les fichiers d'extension AllTabs 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

                        AllTabs is a tab manager for your chrome web browser. 

Save All Tabs
Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session.

Open Tabs Later
Open previously saved files anytime. You can store thousands of sessions in your chrome browser.


*Copy All Tabs so that you can share with others.
*Open Multiple URLs in one click
*Save all open tabs so that can be opened later
*Bookmark Multiple Pages with one name
*Save incognito and Cognito window separately                    

Informations de Base sur l'Extension

Nom AllTabs AllTabs
ID fffhmhcillaopdbhllfffhfhbcnkioco
URL Officiel https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco
Description Manage Tabs
Taille du Fichier 74 KB
Nombre d'Installations 3,153
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-29
Date de Publication 2017-08-29
Évaluation 4.25/5 Total 12 Évaluations
Développeur jiten
Type de Paiement free
Site Web de l'Extension https://alltabs.oxyzen.in
Langues Prises en Charge en
manifest.json
{
    "name": "AllTabs",
    "description": "Manage Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/is.min.js",
                "js\/clipboard.js",
                "js\/moment.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "AllTabs",
        "default_icon": "img\/icon-active.png"
    }
}