Tab Ninja

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

Hvad er Tab Ninja?

Tab Ninja er en Chrome-udvidelse udviklet af Harsh Vakharia, og dens hovedfunktion er "Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)".

Udvidelsesskærmbilleder

screenshot

Download Tab Ninja-udvidelses-CRX-fil

Download Tab Ninja-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        # Permissions

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

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

Grundlæggende oplysninger om udvidelsen

Navn Tab Ninja Tab Ninja
ID ciffmfhhemdpbpppgbfnlkbbehmdbpnh
Officiel URL https://chromewebstore.google.com/detail/tab-ninja/ciffmfhhemdpbpppgbfnlkbbehmdbpnh
Beskrivelse Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)
Filstørrelse 32.89 KB
Antal Installationer 305
Nuværende Version 0.0.5
Senest Opdateret 2020-05-20
Udgivelsesdato 2020-05-19
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler Harsh Vakharia
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/harshjv/tab-ninja
Hjælpeside-URL https://github.com/harshjv/tab-ninja/issues
Understøttede Sprog 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"
    }
}