Unique Tabs

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

What is Unique Tabs?

Unique Tabs is a Chrome extension developed by [email protected], and its main feature is "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Extension Screenshots

screenshot

Download Unique Tabs Extension CRX File

Download Unique Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Official URL 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.
File Size 12.87 KB
Installation Count 3,131
Current Version 0.6
Last Updated 2015-06-10
Publish Date 2015-06-10
Rating 4.24/5 Total 29 Ratings
Developer [email protected]
Payment Type free
Extension Website https://github.com/joeyAghion/unique_tabs
Help Page URL http://github.com/joeyAghion/unique_tabs
Supported Languages 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
}