Unique Tabs

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

Wat is Unique Tabs?

Unique Tabs is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unique Tabs

Download Unique Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Officiële URL https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Beschrijving Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Bestandsgrootte 12.87 KB
Aantal Installaties 3,131
Huidige Versie 0.6
Laatst Bijgewerkt 2015-06-10
Publicatiedatum 2015-06-10
Beoordeling 4.24/5 Totaal 29 Beoordelingen
Ontwikkelaar [email protected]
Betalingswijze free
Extensiewebsite https://github.com/joeyAghion/unique_tabs
Help Pagina-URL http://github.com/joeyAghion/unique_tabs
Ondersteunde Talen 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
}