Unique Tabs

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

Τι είναι το Unique Tabs;

Το Unique Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον [email protected], και η κύρια λειτουργία του είναι "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Unique Tabs

Λήψη αρχείων επέκτασης Unique Tabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Επίσημο URL https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Περιγραφή Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Μέγεθος Αρχείου 12.87 KB
Αριθμός Εγκαταστάσεων 3,131
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2015-06-10
Ημερομηνία Δημοσίευσης 2015-06-10
Αξιολόγηση 4.24/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/joeyAghion/unique_tabs
Διεύθυνση URL της Σελίδας Βοήθειας http://github.com/joeyAghion/unique_tabs
Υποστηριζόμενες Γλώσσες 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
}