ToolBrowser

mini browser on the toolbar

ToolBrowserคืออะไร?

ToolBrowser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hocgin และคุณลักษณะหลักของมันคือ "mini browser on the toolbar"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ToolBrowser

ดาวน์โหลดไฟล์ส่วนขยาย ToolBrowser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ToolBrowser ToolBrowser
ID cmejcceciccnofbnekcfbcgdghcaohpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toolbrowser/cmejcceciccnofbnekcfbcgdghcaohpa
คำอธิบาย mini browser on the toolbar
ขนาดไฟล์ 540 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.0.16
อัปเดตครั้งล่าสุด 2023-10-31
วันที่เผยแพร่ 2022-12-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา hocgin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://logspot.hocgin.top/privacy
ภาษาที่รองรับ 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"
    }
}