Unique Tabs

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

Vad är Unique Tabs?

Unique Tabs är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Tilläggsskärmbilder

screenshot

Ladda ner Unique Tabs-förlängningens CRX-fil

Ladda ner Unique Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Officiell webbadress https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Beskrivning Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Filstorlek 12.87 KB
Antal Installationer 3,131
Aktuell Version 0.6
Senast Uppdaterad 2015-06-10
Publiceringsdatum 2015-06-10
Betyg 4.24/5 Totalt 29 Betyg
Utvecklare [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/joeyAghion/unique_tabs
Hjälpsida URL http://github.com/joeyAghion/unique_tabs
Stödda Språk 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
}