Unique Tabs

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

Hvad er Unique Tabs?

Unique Tabs er en Chrome-udvidelse udviklet af [email protected], og dens hovedfunktion er "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Udvidelsesskærmbilleder

screenshot

Download Unique Tabs-udvidelses-CRX-fil

Download Unique Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Officiel URL https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Beskrivelse Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Filstørrelse 12.87 KB
Antal Installationer 3,131
Nuværende Version 0.6
Senest Opdateret 2015-06-10
Udgivelsesdato 2015-06-10
Bedømmelse 4.24/5 Samlet 29 Bedømmelser
Udvikler [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/joeyAghion/unique_tabs
Hjælpeside-URL http://github.com/joeyAghion/unique_tabs
Understøttede Sprog 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
}