No Dupe Tabs
Swap to preexisting tab if url is already opened.
Was ist No Dupe Tabs?
No Dupe Tabs ist eine Chrome-Erweiterung, die von J Wang entwickelt wurde, und ihr Hauptmerkmal ist "Swap to preexisting tab if url is already opened.".
Erweiterungsscreenshots
No Dupe Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Dupe 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
If you open a URL that already exists in one of your tabs, this simple extension will close the tab and switch to the preexisting tab! If you rarely reuse tabs, use this extension to avoid a list of duplicate tabs! Add website to whitelist if you want to allow duplicates for those websites. To access whitelist, press the extension icon at top right of your browser. Update- V2.1 - Added whitelist V2.2 - Fixed pop-up style on Windows V2.3 - Fixed empty whitelist bug
Grundlegende Informationen zur Erweiterung
Name | |
ID | fajkhkmabkgflclnlmfdafpikejjncca |
Offizielle URL | https://chrome.google.com/webstore/detail/no-dupe-tabs/fajkhkmabkgflclnlmfdafpikejjncca |
Beschreibung | Swap to preexisting tab if url is already opened. |
Dateigröße | 37.89 KB |
Installationsanzahl | 868 |
Aktuelle Version | 2.3 |
Letztes Update | 2016-08-11 |
Veröffentlichungsdatum | 2016-08-11 |
Bewertung | 4.00/5 Insgesamt 9 Bewertungen |
Entwickler | J Wang |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Dupe Tabs", "version": "2.3", "manifest_version": 2, "description": "Swap to preexisting tab if url is already opened.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "noDupeTab", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery-3.1.0.min.js" ] }, "permissions": [ "tabs", "activeTab" ] } |