Tab Ninja

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

Wat is Tab Ninja?

Tab Ninja is een Chrome-extensie ontwikkeld door Harsh Vakharia, en de belangrijkste functie is "Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Ninja

Download Tab Ninja-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

                        # Permissions

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

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

Basisinformatie over de Extensie

Naam Tab Ninja Tab Ninja
ID ciffmfhhemdpbpppgbfnlkbbehmdbpnh
Officiële URL https://chromewebstore.google.com/detail/tab-ninja/ciffmfhhemdpbpppgbfnlkbbehmdbpnh
Beschrijving Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)
Bestandsgrootte 32.89 KB
Aantal Installaties 305
Huidige Versie 0.0.5
Laatst Bijgewerkt 2020-05-20
Publicatiedatum 2020-05-19
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Harsh Vakharia
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/harshjv/tab-ninja
Help Pagina-URL https://github.com/harshjv/tab-ninja/issues
Ondersteunde Talen 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"
    }
}