Tab Capture

Organize and store browsing tabs

Qu'est-ce que Tab Capture ?

Tab Capture est une extension Chrome développée par abhijit.seal, et sa fonction principale est "Organize and store browsing tabs".

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

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

                        Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark.

With this extension, you never have to remember an url again or don't have to clutter the bookmark                    

Informations de Base sur l'Extension

Nom Tab Capture Tab Capture
ID dimbnhdhcboeolhledfhoemgldofldnh
URL Officiel https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh
Description Organize and store browsing tabs
Taille du Fichier 24.41 KB
Nombre d'Installations 58
Version Actuelle 1.0
Dernière Mise à Jour 2015-01-17
Date de Publication 2015-01-17
Développeur abhijit.seal
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Capture",
    "version": "1.0",
    "description": "Organize and store browsing tabs",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "tabcap.html",
        "default_title": "TabCapture"
    },
    "icons": {
        "128": "tabCapture-128.png"
    },
    "manifest_version": 2
}