GoTo Tab

Productivity focused extension that helps you manage browser tabs

什麼是GoTo Tab?

GoTo Tab是由Praveen開發的Chrome擴展程式,該擴展的主要功能是“Productivity focused extension that helps you manage browser tabs”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載GoTo Tab擴展crx文件

下載GoTo Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Multiple browser windows with infinite tabs. We all do this when working on something interesting or against a clock. With GoTo Tab, you can stop going through multiple tabs to find the right one. Give yourself a distraction-free experience and save the time spent on searching for tabs.

Features
• Manage tabs in multiple windows
• Search and open tabs
• Pin and Unpin tabs
• Close tabs with shortcuts
• Dark mode

Shortcuts
- Open GoTo Tab - CMD + SHIFT + K (Mac) | CTRL + SHIFT + K (Windows)
- Navigate - UP & DOWN ARROW
- Open tab - ENTER
- Close tab - SHIFT + W
- Pin tab - SHIFT + ENTER

In the essence of Fundamental Rights to Privacy, 
• We do not have hidden ads.
• We do not collect and store any personal data. That includes your browser history, usage data, etc.
• We do not know who you are, where you are, and what you do. Tbh, we shouldn’t and don’t care.

Did the developer slip in a bug? Get in touch with us directly at [email protected]                    

擴展基本資訊

名稱 GoTo Tab GoTo Tab
ID hjfkaobgkmaeomgdhmhhipdbjdhhjkoi
官方網址 https://chromewebstore.google.com/detail/goto-tab/hjfkaobgkmaeomgdhmhhipdbjdhhjkoi
簡介 Productivity focused extension that helps you manage browser tabs
檔案大小 95.34 KB
安裝次數 7,554
目前版本 3.0.0
更新時間 2022-06-04
上架時間 2020-02-10
評分 4.07/5 共 56 次評分
開發者 Praveen
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoTo Tab",
    "description": "Productivity focused extension that helps you manage browser tabs",
    "version": "3.0.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "assets\/images\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Go to Tab"
    },
    "icons": {
        "16": "assets\/images\/icon_16.png",
        "48": "assets\/images\/icon_128.png",
        "128": "assets\/images\/icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "manifest_version": 2
}