Unique Tabs
Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Was ist Unique Tabs?
Unique Tabs ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".
Erweiterungsscreenshots
Unique Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unique Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cicbejncjmbkbahiicbiflndmhbcgibk |
| Offizielle URL | https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk |
| Beschreibung | Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window. |
| Dateigröße | 12.87 KB |
| Installationsanzahl | 3,131 |
| Aktuelle Version | 0.6 |
| Letztes Update | 2015-06-10 |
| Veröffentlichungsdatum | 2015-06-10 |
| Bewertung | 4.24/5 Insgesamt 29 Bewertungen |
| Entwickler | [email protected] |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/joeyAghion/unique_tabs |
| Hilfeseite URL | http://github.com/joeyAghion/unique_tabs |
| Unterstützte Sprachen | 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
} | |