Tab Ninja

Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)

Was ist Tab Ninja?

Tab Ninja ist eine Chrome-Erweiterung, die von Harsh Vakharia entwickelt wurde, und ihr Hauptmerkmal ist "Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)".

Erweiterungsscreenshots

screenshot

Tab Ninja-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Ninja-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

                        # Permissions

* tabs / Read your browsing history: Used for querying tabs with same url/host/domain

Source code: https://github.com/harshjv/tab-ninja                    

Grundlegende Informationen zur Erweiterung

Name Tab Ninja Tab Ninja
ID ciffmfhhemdpbpppgbfnlkbbehmdbpnh
Offizielle URL https://chromewebstore.google.com/detail/tab-ninja/ciffmfhhemdpbpppgbfnlkbbehmdbpnh
Beschreibung Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)
Dateigröße 32.89 KB
Installationsanzahl 305
Aktuelle Version 0.0.5
Letztes Update 2020-05-20
Veröffentlichungsdatum 2020-05-19
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Harsh Vakharia
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/harshjv/tab-ninja
Hilfeseite URL https://github.com/harshjv/tab-ninja/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Ninja",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)",
    "homepage_url": "https:\/\/github.com\/harshjv\/tab-ninja",
    "author": "Harsh Vakharia  (https:\/\/harshjv.github.io)",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Close tabs with loads of options"
    }
}