Duplicate tabs closer

Close tab of the same url quickly and easily.

Wat is Duplicate tabs closer?

Duplicate tabs closer is een Chrome-extensie ontwikkeld door Roey, en de belangrijkste functie is "Close tab of the same url quickly and easily.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Duplicate tabs closer

Download Duplicate tabs closer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Close tab of the same url quickly and easily.                    

Basisinformatie over de Extensie

Naam Duplicate tabs closer Duplicate tabs closer
ID hleiiepnagionbolbhmligmnidmaehoo
Officiële URL https://chromewebstore.google.com/detail/duplicate-tabs-closer/hleiiepnagionbolbhmligmnidmaehoo
Beschrijving Close tab of the same url quickly and easily.
Bestandsgrootte 28.91 KB
Aantal Installaties 238
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-10-04
Publicatiedatum 2015-12-27
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Roey
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/roeycohen/Popcorn-Player-Chrome-extension
URL van de Privacybeleid Pagina https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md
Ondersteunde Talen 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"
    ]
}