Blixem Tab Manager

Organize, save & share your tabs for easy collaboration with Blixem.

Blixem Tab Manager क्या है?

Blixem Tab Manager https://blixem.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize, save & share your tabs for easy collaboration with Blixem."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blixem Tab Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Transform your browsing experience with the Blixem extension for Chrome. Tabs and windows piling up cause distraction and chaos - not to mention reduced processing speed (for you and your machine). Blixem was built as a tool for you to control and organize your online life. 

Homepage: 
Your new tab screen is now a command center to view tabs vertically, access your favorite sites, and launch Workspaces in a single click. Customize the homepage to your liking with widgets, colors, and backgrounds for a personalized experience.

Workspaces: 
Save your tabs into Workspaces for easy access, sharing, and collaboration.  Like bookmarks, you can easily save any site to a Workspace with just a few clicks. Unlike bookmarks, you can customize, share, and collaborate on Workspaces.

Collaborate: 
Keep Workspaces private, allow others to view, or add them as Editors. With permission, teams can contribute new content, exchange comments, and invite others. Granting permission to view or edit a workspace is as simple as sending a link or an email invite. Collaborators are not required to have the extension downloaded. 

Windows:
This birds-eye-view gives you visibility to all open tabs across all of your Chrome windows. Rearrange, close, or add tabs to Workspaces from one page. Speed up your computer and reduce background activity by putting tabs and windows on Pause when you don't need them. 

Widgets: 
Bring your favorite tools front-and-center by adding relevant widgets and hiding everything else. Widgets like recently closed tabs/windows, frequently visited sites, and top Workspaces are game changers.

Work-Personal: 
Separate your work-from-home life from your actual life using Categories. Workspaces labeled as "Work" are out of sight when you’re off duty. When you’re working, filter out "Personal" spaces to screen share with confidence and let your professionalism speak for itself.                    

एक्सटेंशन की मूल जानकारी

नाम Blixem Tab Manager Blixem Tab Manager
ID omopkelmfodladbpldammhdjiljhapib
आधिकारिक URL https://chromewebstore.google.com/detail/blixem-tab-manager/omopkelmfodladbpldammhdjiljhapib
विवरण Organize, save & share your tabs for easy collaboration with Blixem.
फ़ाइल का आकार 3.38 MB
स्थापना संख्या 620
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2022-09-12
प्रकाशन तिथि 2021-09-21
रेटिंग 4.16/5 कुल 19 रेटिंग्स
डेवलपर https://blixem.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blixem.io
सहायता पृष्ठ URL https://blixem.io/support/
गोपनीयता नीति पृष्ठ URL https://blixem.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blixem Tab Manager",
    "homepage_url": "https:\/\/blixem.io\/",
    "description": "Organize, save & share your tabs for easy collaboration with Blixem.",
    "version": "0.2.3",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "sessions",
        "topSites",
        "search",
        "bookmarks",
        "contextMenus",
        "commands",
        "tabGroups",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.blixem.io\/*",
            "http:\/\/127.0.0.1:5500\/*",
            "http:\/\/localhost:8080\/*",
            "https:\/\/localhost:8080\/*"
        ]
    },
    "action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Blixem.io",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "commands": {
        "open-blixem": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save current tab to workspace"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}