Tabs Mania

Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.

Tabs Maniaとは何ですか?

Tabs ManiaはDavid Diasによって開発されたChromeの拡張機能で、その主な機能は「Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Quickly reorder, move, merge and close tabs and windows with a customizable chrome extension. Simplify your daily workflow and speed up your productivity with the best Tab Management tool for Chrome.

★  What is Tabs Mania?

A simple and highly customizable Google Extension which helps you to automate simple tasks when dealing with tabs. You can customize entirely Tabs Mania showing and hiding some features in the settings. More options are coming for the next releases!

★  Functionalities:

➤ Sort tabs by title
➤ Sort tabs by url
➤ Sort tabs by domain
➤ Move the current tab to a new window
➤ Merge all Chrome windows
➤ Close all tabs that are playing sounds                    

拡張機能の基本情報

名前 Tabs Mania Tabs Mania
ID kpehljmacelghfpbkoajiigcaijjdogf
公式URL https://chromewebstore.google.com/detail/tabs-mania/kpehljmacelghfpbkoajiigcaijjdogf
説明 Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.
ファイルサイズ 116 KB
インストール数 58
現在のバージョン 1.0.1
最終更新日 2021-02-14
公開日 2021-02-05
開発者 David Dias
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/thedaviddias/tabs-mania
プライバシーポリシーページのURL https://github.com/thedaviddias/privacy-policy/blob/main/chrome-extensions.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.",
    "version": "1.0.1",
    "name": "Tabs Mania",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-192.png"
    },
    "icons": {
        "192": "icon-192.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "icon-192.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}