Control Space

Browse, organise, search or switch tabs with one simple shortcut

Control Spaceคืออะไร?

Control Space เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://controlspace.app และคุณลักษณะหลักของมันคือ "Browse, organise, search or switch tabs with one simple shortcut"

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

screenshot
screenshot

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

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

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

                        Control Space helps you manage your tabs and bookmarks in a single, unified space.

It uses a Kanban-style board to arrange windows and tabs for a complete browsing overview, with instant access from any window via the shortcut Ctrl + Space.

Control Space supports you in navigating a crazy amount of tabs without it ever feeling overwhelming. Whether you're juggling a complex project, planning a foreign getaway, or just like things at your fingertips, you can do all of this in a beautiful, delightful and solid UI. 

Navigation:

- Type to filter, find or search for any open or closed tab, or previously-visited site, or bookmark
- Recent Tabs let you browse and navigate to previous tabs in the order you accessed them
- History and Bookmarks integration means a single search shows open or closed tabs

Organisation:

- Reorder tabs and windows, move them, navigate to them or close them
- Name and order windows to make organisational groups
- Select multiple tabs then drag and drop them where you like
- Copy and paste tabs and bookmarks like files on your desktop

Optimisation:

- Full keyboard navigation means you rarely need to take your hands off the keyboard
- Shortcut keys for almost everything make navigation a snap
- Context menus put relevant functionality right where you expect it

Information:

- Tab titles and website URLs are optimised to make them easy to read
- If you've audio playing, you'll see which tab is playing it
- If you've notifications, you'll see those too

Tools:

- Copy URLs from tabs, windows, or the entire workspace
- Drag and drop documents or text containing URLs to open them in tabs
- Save memory by sending tabs or entire windows to sleep, and wake them later                    

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

ชื่อ Control Space Control Space
ID cnhhkgejafpmpbfodmebbmbhgkemleca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/control-space/cnhhkgejafpmpbfodmebbmbhgkemleca
คำอธิบาย Browse, organise, search or switch tabs with one simple shortcut
ขนาดไฟล์ 3.47 MB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 19.15.1.426
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2022-01-17
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://controlspace.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://controlspace.app
URL หน้าช่วยเหลือ https://controlspace.app/guide
URL หน้านโยบายความเป็นส่วนตัว https://controlspace.app/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Control Space",
    "description": "Browse, organise, search or switch tabs with one simple shortcut",
    "version": "19.15.1.426",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0vnpxELmsgIXpO3cysyYyqv0xlKOiO7L8Hp9hUsfSWDLGw\/BW\/8Nrh2XcwRYMnLRl0gD+lK5cycvQdbpykJG2zn+EiOl\/eRssKiwvFDpUi6lNKRCs6q+IlljCBn3Zit8tNSswmPTKDUBZHlPwLK0ma8Q6tt3GYlfQiEHX8XDw9MKMkhsj\/71Z2zNLbpXynkiE+Qdf9dA0WnDBPppkggyACJWuWLkbmJb8DwFs2SHn7dFfrDKGGw6mPLM+vCOUqeANhbgWxQEsT9hXBG5kYh1jTKns9CMx4Cx4uKedRElHCioGPydLPsVLkO6YK6Ajy\/EFXDQZfZ8qmi\/1nTkqEmxSwIDAQAB",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "*:\/\/*\/*",
        "bookmarks",
        "sessions",
        "history",
        "storage",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "core\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/mozilla\/browser-polyfill.js",
                "modules\/page\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/account.controlspace.app\/*",
                "https:\/\/controlspace.app\/*"
            ],
            "js": [
                "modules\/shell\/installed.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/account.controlspace.app\/*",
            "https:\/\/controlspace.app\/*"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon-32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space"
            }
        }
    },
    "web_accessible_resources": [
        "assets\/*",
        "index.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.outseta.com https:\/\/*.stripe.com https:\/\/api.rollbar.com https:\/\/eu.posthog.com; object-src 'self'; img-src 'self' * data: chrome:\/\/favicon; style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'; font-src 'self' https:\/\/fonts.gstatic.com;"
}