ToolBrowser

mini browser on the toolbar

Cos'è ToolBrowser?

ToolBrowser è un'estensione di Chrome sviluppata da hocgin, e la sua funzione principale è "mini browser on the toolbar".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ToolBrowser

Scarica i file di estensione ToolBrowser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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. 🌹                    

Informazioni di Base sull'Estensione

Nome ToolBrowser ToolBrowser
ID cmejcceciccnofbnekcfbcgdghcaohpa
URL Ufficiale https://chromewebstore.google.com/detail/toolbrowser/cmejcceciccnofbnekcfbcgdghcaohpa
Descrizione mini browser on the toolbar
Dimensione del File 540 KB
Conteggio Installazioni 72
Versione Corrente 1.0.16
Ultimo Aggiornamento 2023-10-31
Data di Pubblicazione 2022-12-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore hocgin
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://logspot.hocgin.top/privacy
Lingue Supportate 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"
    }
}