Tabs Organizer for Chrome

Enhanced productivity in the browser with quick navigation through your tabs, bookmarks and history.

Tabs Organizer for Chromeとは何ですか?

Tabs Organizer for Chromeはrolandcatalinar.90によって開発されたChromeの拡張機能で、その主な機能は「Enhanced productivity in the browser with quick navigation through your tabs, bookmarks and history.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Tabs could be a mess. The extension helps you to organize your limitless browser tabs.

Tabs Organizer provides you with an essential feature to hide an opened tabs that you don't need at the moment, but want to keep it during your browsing session at the moment.

Make a convenient search by your tabs, bookmarks and recently closed webpages.                    

拡張機能の基本情報

名前 Tabs Organizer for Chrome Tabs Organizer for Chrome
ID fjhdmknamgfeamanofggbiinceogpeeg
公式URL https://chromewebstore.google.com/detail/tabs-organizer-for-chrome/fjhdmknamgfeamanofggbiinceogpeeg
説明 Enhanced productivity in the browser with quick navigation through your tabs, bookmarks and history.
ファイルサイズ 1.91 MB
インストール数 29,199
現在のバージョン 1.0.4
最終更新日 2023-12-11
公開日 2023-02-18
開発者 rolandcatalinar.90
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://tabsorg.com/privacy.html
対応言語 en
manifest.json
{
    "action": {
        "icons": {
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png"
        }
    },
    "background": {
        "service_worker": "worker.js"
    },
    "commands": {
        "open-omni": {
            "description": "Open command menu",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "stylesmodal.css"
            ],
            "js": [
                "javascripts\/inject-script.js",
                "libs\/jquery.js",
                "javascripts\/app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_desc__",
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/gstatic.com\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfBXYDkmFXbCc0m75HLvyPR5QrB40SRIb5R3ihKCM0VsZmOc7LHS7gKvjoIapd10Kd56qufa1r9ZpeMeado6IaH9Oey2Mvl+HZ1MEYmQRYMt6t51pCAQKV6lQsB\/BMspwDqRGDMkGS9RvDtfQ\/17mgoe8FFWI8mBxCNYoQEm1ck3T4txf5w9FjUFSB9jFVToFGiJBZzj0b6U5DBt+lU2fei+T9UCwoOsbqRTGptkq0\/6paWtVrLyieXRnuLzFxZjXysBEln5jWH75nvQ\/Dm6cr2rSBIXqPI8qtxqwAHIbWJXnk8AkpMyx83fwACnfYcYEfzmzv+bnlqW+\/q+c8MG8QIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "browsingData",
        "history",
        "scripting",
        "search",
        "storage",
        "alarms"
    ],
    "short_name": "Tabs Organizer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.html",
                "tab.html",
                "assets\/*"
            ]
        }
    ]
}