Unique Tabs

Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.

Qu'est-ce que Unique Tabs ?

Unique Tabs est une extension Chrome développée par [email protected], et sa fonction principale est "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unique Tabs

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

                        Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.                    

Informations de Base sur l'Extension

Nom Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
URL Officiel https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Description Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Taille du Fichier 12.87 KB
Nombre d'Installations 3,131
Version Actuelle 0.6
Dernière Mise à Jour 2015-06-10
Date de Publication 2015-06-10
Évaluation 4.24/5 Total 29 Évaluations
Développeur [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/joeyAghion/unique_tabs
URL de la Page d'Aide http://github.com/joeyAghion/unique_tabs
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unique Tabs",
    "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "manifest_version": 2
}