tabOS

The essential browser powertool

tabOS란 무엇입니까?

tabOS은(는) https://tabos.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The essential browser powertool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

tabOS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Meet tabOS - An operating system (sort of! 😇) for your browser. Add it with one click to gain a powerful new tab where you can manage your tabs and tab groups. Try it for free.

Stop jumping from tab to tab, from tool to tool, losing your focus and time in the process. Declutter your browser by saving tabs not used at the moment, effortlessly create relevant tab groups, take notes anywhere, save images, and get answers from your library of AI helpers.

Lay out everything on the same page to save time and discover new insights from your data. Stay on top of the news by creating and subscribing to RSS feeds, all inside your new tab.

🧑‍🏭 Assemble your custom-prompted AI helpers in a new tab, and then use them side-by-side with your web apps via the side panel view. Add powerful documents and note-taking capabilities anywhere. Integrate next-level, intuitive, and familiar tab and tab group management. Combined, these elements forge the comprehensive ecosystem of tabOS.

👌 Drag and drop to save and close your tabs and tab groups. Create and rearrange groups and organize them all in easy-to-use and familiar grid, column, list, and tree views. Additional features include discarding tabs, searching your library, and picking up where you left off, all within the new tab. 

 🖥️ Features:

🌐📁 Workspace Management & Productivity

⭢ Tab Management: Easily handle your tabs with options to open, close, and manage them effortlessly.
⭢ Tab Groups: Organize your tabs into visually distinct groups for improved focus and organization.
⭢ Tab Folders: Further categorize your tab groups into folders for streamlined navigation.
⭢ Discard Tabs: Free up resources by discarding tabs without losing track of them.
⭢ Pin Tabs: Keep important tabs always accessible by pinning them to the browser window.
⭢ Move Tabs: Reorder and move tabs between windows and groups with a simple drag-and-drop.
⭢ Windows Management: Manage multiple cloud desktops to enhance multitasking and reduce context-switching.
Bookmarks Integration: Seamless integration with your bookmarks for quick access and management.

✍️📄 Creation & Documentation

⭢ Documents: Create and edit documents directly in your browser.
⭢ Notes: Take quick notes, save ideas, and manage to-do lists dynamically.
⭢ Markdown Support: Write and format using Markdown for clear, structured documents.
⭢ To-Do Lists: Organize tasks effectively with customizable to-do lists.
⭢ Bullet Point Lists: Make concise lists for easy readability and organization.
⭢ Code Snippets: Store and manage code blocks with syntax highlighting.
⭢ Highlight Colors: Visually prioritize information with color-coded highlights.
⭢ Images: Insert and manage images within your documents and notes.
⭢ Cloud Drive: Integrate seamlessly with your cloud storage for anywhere access to files.

🔮💡 Artificial Intelligence & Assistance

⭢ AI Chats: Engage with AI-driven chat for help and queries.
Custom Prompted Assistants: Tailor AI prompts to your specific workflow needs.
⭢ Vision AI: Utilize AI for image recognition and contextual actions.
⭢ ChatGPT 3.5 & 4.0 & Turbo: Choose from a range of AI versions, including the most advanced, for a personalized experience.

🔍🗂️ Search & Organization

⭢ Global search: Powerful search across your entire workspace, including tabs, bookmarks, and cloud files.
⭢ Search open tabs: Quickly find and jump to the content within your currently open tabs.
⭢ Fuzzy search: Smart search technology that finds what you need, even with partial or misspelled queries.

👥🔄  Collaboration & Sharing

⭢ Share data: Share tabs, documents, and notes easily with others.
⭢ Shared folders: Collaborate with team members using shared cloud folders.
⭢ Shared documents: Work on documents simultaneously for real-time collaboration.
⭢ Live collaboration: Interact and collaborate in live sessions with colleagues and friends.

👀📐Views & Layouts

⭢ New Tab view: A fresh perspective every time you open a new tab, with the option to pick up where you left off.
⭢ Sidepanel view: Multi-task with ease by using tabOS next to your web apps.
⭢ Web app: Access all your data from anywhere via our fully featured web app

⇨ Free Plan: Get started with the core functionalities without any cost.. Try out with an anonymous account.
⇨ Pro Plan & AI Plus Plan: Scale up as needed with extra cloud storage and AI sorting capabilities.
⇨ Automatic Daily Backups: Ensure all your data is secure and up-to-date with daily automatic backups.                    

확장 프로그램 기본 정보

이름 tabOS tabOS
ID kjmamngookndcomlilkjckmbcneipnop
공식 URL https://chromewebstore.google.com/detail/tabos/kjmamngookndcomlilkjckmbcneipnop
설명 The essential browser powertool
파일 크기 5.11 MB
설치 횟수 1,467
현재 버전 1.7.2
최근 업데이트 2024-01-25
출시 날짜 2023-03-23
평점 4.75/5 총 32 개의 평점
개발자 https://tabos.cloud
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://tabos.cloud
개인정보 보호 정책 페이지 URL https://www.tabos.cloud/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.2",
    "manifest_version": 3,
    "name": "tabOS",
    "short_name": "tabOS",
    "description": "The essential browser powertool",
    "permissions": [
        "activeTab",
        "contextMenus",
        "favicon",
        "sessions",
        "storage",
        "sidePanel",
        "tabGroups",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "bookmarks",
        "history",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Click to open tabOS sidepanel",
        "default_icon": "assets\/images\/logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "assets\/html\/newTab.html"
    },
    "side_panel": {
        "default_path": "assets\/html\/sidebar.html"
    },
    "icons": {
        "128": "assets\/images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Activate tabOS sidepanel"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "647170243113-8l55mj6t9kjiutej98k1bgu7uivvstft.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnzaPHwemP1467ZYTxW\/OWkmdecQtQg16lMNi6fgdgML2px6L5ZRp+3otU0gUyEvbHF5uXxC7r8wLK47BLqr32gI1q+tgLDwLE8vZ+H6Ht6c1jmvYywYlCRs684XRDHh+OoC8weY8\/somrFd0n89XglpWPw3LTN4J5elUHTnpju3GTKow\/4g2nzZwU6\/LGzA2lOQ0kGqX3\/t6LAMp3\/X4dwO83pGkDeEjsCf8jq7EDc1rPnzkTqF59EWpvPY+hzyUisuhUM7rqUQejknGnYUVg\/ypuFRhIFlF5RI2ydTSDgiv1oTrnEFxYUaDZj41icu1Dh\/QfTWu8mBW4iGbNgW\/pwIDAQAB"
}