Closed Tabs History

Displays recently closed tabs and allows to restore them.

Qu'est-ce que Closed Tabs History ?

Closed Tabs History est une extension Chrome développée par Dima PM, et sa fonction principale est "Displays recently closed tabs and allows to restore them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Closed Tabs History

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

                        Extension displays recently closed tabs and allows to restore them.                    

Informations de Base sur l'Extension

Nom Closed Tabs History Closed Tabs History
ID hbonodimiklgogkiabgdkhhjkcigjhlk
URL Officiel https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk
Description Displays recently closed tabs and allows to restore them.
Taille du Fichier 5.83 KB
Nombre d'Installations 175
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2021-06-10
Date de Publication 2016-12-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Dima PM
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closed Tabs History",
    "version": "0.0.0.1",
    "description": "Displays recently closed tabs and allows to restore them.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon 19.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "sessions"
    ],
    "manifest_version": 2
}