Duplicate tabs closer
Close tab of the same url quickly and easily.
Was ist Duplicate tabs closer?
Duplicate tabs closer ist eine Chrome-Erweiterung, die von Roey entwickelt wurde, und ihr Hauptmerkmal ist "Close tab of the same url quickly and easily.".
Erweiterungsscreenshots
Duplicate tabs closer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Duplicate tabs closer-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
Close tab of the same url quickly and easily. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hleiiepnagionbolbhmligmnidmaehoo |
| Offizielle URL | https://chromewebstore.google.com/detail/duplicate-tabs-closer/hleiiepnagionbolbhmligmnidmaehoo |
| Beschreibung | Close tab of the same url quickly and easily. |
| Dateigröße | 28.91 KB |
| Installationsanzahl | 238 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2022-10-04 |
| Veröffentlichungsdatum | 2015-12-27 |
| Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Roey |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/roeycohen/Popcorn-Player-Chrome-extension |
| URL der Datenschutzrichtlinien-Seite | https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Duplicate tabs closer",
"version": "0.0.1",
"manifest_version": 2,
"description": "Close tab of the same url quickly and easily.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_title": "Close duplicate tabs"
},
"permissions": [
"tabs",
"notifications"
]
} | |