Tab Ninja

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

Tab Ninjaとは何ですか?

Tab NinjaはHarsh Vakhariaによって開発されたChromeの拡張機能で、その主な機能は「Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)」です。

拡張機能のスクリーンショット

screenshot

Tab Ninja拡張機能のCRXファイルをダウンロード

Tab Ninja拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        # Permissions

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

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

拡張機能の基本情報

名前 Tab Ninja Tab Ninja
ID ciffmfhhemdpbpppgbfnlkbbehmdbpnh
公式URL https://chromewebstore.google.com/detail/tab-ninja/ciffmfhhemdpbpppgbfnlkbbehmdbpnh
説明 Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)
ファイルサイズ 32.89 KB
インストール数 305
現在のバージョン 0.0.5
最終更新日 2020-05-20
公開日 2020-05-19
評価 4.67/5 合計 3 レビュー
開発者 Harsh Vakharia
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/harshjv/tab-ninja
ヘルプページのURL https://github.com/harshjv/tab-ninja/issues
対応言語 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"
    }
}