Tab Store

An environment for tab storage.

Qu'est-ce que Tab Store ?

Tab Store est une extension Chrome développée par Unknown, et sa fonction principale est "An environment for tab storage.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        A toolbar widget that allows you to manage tabs more easily. A new context menu entry allows you to store the currently active tab, and a button displays the currently stored tabs and tab groups.                    

Informations de Base sur l'Extension

Nom Tab Store Tab Store
ID ceoengfplhhjknejgmkkbdnljebkdomd
URL Officiel https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd
Description An environment for tab storage.
Taille du Fichier 18.65 MB
Nombre d'Installations 40
Version Actuelle 0.7.0
Dernière Mise à Jour 2018-02-04
Date de Publication 2018-02-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Store",
    "version": "0.7.0",
    "description": "An environment for tab storage.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "Tab Store",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "bookmarks"
    ]
}