Hyperspace

Hyperspace: productivity & workspace manager

Hyperspaceคืออะไร?

Hyperspace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://l4b5.com และคุณลักษณะหลักของมันคือ "Hyperspace: productivity & workspace manager"

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

screenshot

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

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

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

                        Hyperspace is a tiny workspace manager made right, allows you to save, reopen and switch browser windows as long-lived workspaces

Features
- Creating/editing workspace from any browser window
- Reflecting any window change (tab open/update/close/etc) into workspace
- Workspaces auto-detection on start (even after browser window restoring)
- Keyboard shortcuts for powerful user experience

Hyperspace is a simple and lightweight everyday tool, create workspaces for daily routine (different work projects, social, hobby), or any long-lived task you want to follow

Performance and Content Security
Workspace manager designed with simplicity, performance and security in mind. All the workspaces data securely stored by synced browser storage, allowing workspaces to sync across multiple user devices.

Trusted by users
Hyperspace is trusted by thousands of users, including developers, recruiters, sales and business professionals, people who often switch between working contexts and want stay productive and efficient.

From author
I'm trying to make Hyperspace really efficient and simple everyday workspace manager, feel free to report any issue, leave review and share with a friends)

Made with milk, chocolate and 100% hyperapp! )
Copyright 2019-present, L4B5,                     

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

ชื่อ Hyperspace Hyperspace
ID knfedcgifogkbaeohnmikaimhhhmocgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hyperspace/knfedcgifogkbaeohnmikaimhhhmocgn
คำอธิบาย Hyperspace: productivity & workspace manager
ขนาดไฟล์ 24.75 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2019-11-25
วันที่เผยแพร่ 2019-11-25
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://l4b5.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hyperspace",
    "version": "0.0.4",
    "description": "Hyperspace: productivity & workspace manager",
    "author": "L4B5.COM",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/icons\/128.active.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icons\/128.inactive.png",
        "default_popup": "action.html",
        "default_title": "Hyperspace"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Activate Hyperspace!",
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    }
}