ToolBrowser

mini browser on the toolbar

Hvad er ToolBrowser?

ToolBrowser er en Chrome-udvidelse udviklet af hocgin, og dens hovedfunktion er "mini browser on the toolbar".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ToolBrowser-udvidelses-CRX-fil

Download ToolBrowser-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

                        This application offers users a convenient way to access a mini browser directly from the toolbar. It enables easy browsing of web content and performing related actions without the need to switch windows. Its key features include user-friendliness and simplicity, allowing quick access to web content and related operations.

To enhance efficiency, you can activate the "Quick Mode" by pressing `⌃ + ⇧ + X` on any page. This mode enables clicking on links to open them in the "ToolBrowser" for further actions. Additionally, you can open the "ToolBrowser" popup window by pressing `⌃ + ⇧ + D`.

To configure shortcut keys, you can visit `chrome://extensions/shortcuts`.

If you encounter any issues while using the application, there's no need to worry. Writing negative reviews won't solve the problem. Instead, you can provide feedback through the following link, and I'll address it promptly:

👉 https://logspot.hocgin.top/addone-toolbrowser?active=feedback 👈

If you find this application helpful, I would greatly appreciate your positive review. 🌹                    

Grundlæggende oplysninger om udvidelsen

Navn ToolBrowser ToolBrowser
ID cmejcceciccnofbnekcfbcgdghcaohpa
Officiel URL https://chromewebstore.google.com/detail/toolbrowser/cmejcceciccnofbnekcfbcgdghcaohpa
Beskrivelse mini browser on the toolbar
Filstørrelse 540 KB
Antal Installationer 72
Nuværende Version 1.0.16
Senest Opdateret 2023-10-31
Udgivelsesdato 2022-12-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler hocgin
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://logspot.hocgin.top/privacy
Understøttede Sprog en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.16",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "$popup.html",
        "default_title": "__MSG_extension_action_title__"
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "browser.html",
                "contentScript_0.css",
                "contentScript_0.js"
            ]
        }
    ],
    "permissions": [
        "sidePanel",
        "contextMenus",
        "scripting",
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "contentScript_0.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle_toolbrowser": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "__MSG_commands_toggle_toolbrowser__"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "MacCtrl+Shift+D"
            }
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    }
}