TabMagic - Bookmark & Tab Manager

Manage your tabs, bookmark the web, and share resources with TabMagic. Visit https://tabmagic.app for more info.

TabMagic - Bookmark & Tab Managerคืออะไร?

TabMagic - Bookmark & Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabmagic.app และคุณลักษณะหลักของมันคือ "Manage your tabs, bookmark the web, and share resources with TabMagic. Visit https://tabmagic.app for more info."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabMagic - Bookmark & Tab Manager

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

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

                        ⭐️ NEW in 1.5.0: Workspace Switcher
Instantly switch between Workspaces by opening the Magic Panel (CMD+SHIFT+SPACE) and clicking the "Switch to Workspace" button while viewing any of your workspaces. Any unsaved tabs will automatically be stored in your Unsorted workspace for you to return to on any device, whenever you feel like!

⭐️ NEW in 1.4.1: Easy Save
TabMagic now allows you to bookmark with Easy Save by right-clicking any webpage, link, or image, and choosing "Save to TabMagic"! You can easily modify the bookmark's title, add notes or tag it with hashtags!

Please note that a free account is REQUIRED to use TabMagic!

Features:
🗄 Organize your tabs into workspaces with just a few clicks
⌨️ Manage all bookmarks directly within the Magic Panel
💾 Easy Save any webpage with CMD+E
🔮 Vim-like controls allow you to manage the chaos of 1000 tabs
⚡️ Instantly navigate from tab to tab
📚 Keep bookmarks and tabs saved no matter what browser you use
📂 Reopen one or more tabs at any time from your workspaces
👁 Privacy-friendly service that only stores info for tabs and notes
👼 Easily kill tabs to free up memory until you need them again
🔗 Quickly share links to your workspaces for others to use
🔒 Create private workspaces for your eyes only
📝 Annotate saved links to add more context to your workspaces
❌ No need to import/export bookmarks ever again

Whether you're making lists, doing research or sharing resources, TabMagic fits seamlessly into your workflow by giving you a Magic Panel that you can open anywhere to complete tasks.

By using TabMagic, you can keep track of links, bookmarks, and saved resources regardless of which browser you're using (Chrome, Vivaldi, Brave, Edge, etc). No need to import/export bookmarks ever again – just use TabMagic!

TabMagic is free to use forever, but signup is required. Additional features are available with a subscription to TabMagic Wizard and there are more features to come very soon!

Tab Magic is a high quality, high-functionality bookmark manager available for Google Chrome, Firefox, Brave and more. Learn more at https://tabmagic.app                    

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

ชื่อ TabMagic - Bookmark & Tab Manager TabMagic - Bookmark & Tab Manager
ID npgdnccnohhbnkiligkdfahfpekgjjka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabmagic-bookmark-tab-man/npgdnccnohhbnkiligkdfahfpekgjjka
คำอธิบาย Manage your tabs, bookmark the web, and share resources with TabMagic. Visit https://tabmagic.app for more info.
ขนาดไฟล์ 926 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2023-01-03
วันที่เผยแพร่ 2022-10-19
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://tabmagic.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tabmagic.app
URL หน้าช่วยเหลือ https://twitter.com/tabmagic_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabMagic - Bookmark & Tab Manager",
    "description": "Manage your tabs, bookmark the web, and share resources with TabMagic. Visit https:\/\/tabmagic.app for more info.",
    "author": "Michael Law",
    "version": "1.5.0",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting",
        "contextMenus"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "commands": {
        "tab-magic-panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Open Magic Panel"
        },
        "easy-save": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Open Easy Save"
        }
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "twemoji.min.js",
                "content.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "bookmark.html",
                "app.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "32": ".\/assets\/icon32.png",
        "128": ".\/assets\/icon128.png"
    },
    "manifest_version": 3
}