Link Map

⭐Link Map - Professional Tab Manager

Link Map क्या है?

Link Map https://linkmap.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "⭐Link Map - Professional Tab Manager"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Link Map is a browser tab sidebar that is designed for heavy information consumers. With Link Map, even if you have a large number of tabs and windows, you can manage and classify them in a logical and clear way using the tree view structure, forming your own link collection.

Github: https://github.com/GarinZ/link-map
Feedback: https://github.com/GarinZ/link-map/issues

Have you used Tabs Outliner before? Now you can import your data to Link Map and start a new journey.

**What can Link Map do?**
🌲 Tree-shaped vertical tab sidebar, but with more levels: you can use drag-and-drop to quickly complete more tab operations
💾 Close and save for later reading: clear your workspace and focus on current work, they will remain in the list
🔒 Backup/restore: backup and restore your data in a universal format (JSON)
🔧 Tabs Outliner import: supports importing data from Tabs Outliner

We do need to operate more tabs and windows, but at the same time, we can also keep them organized. Install Link Map and start building your tag collection to make your information consumption more efficient.                    

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

नाम Link Map Link Map
ID jappgmhllahigjolfpgbjdfhciabdnde
आधिकारिक URL https://chromewebstore.google.com/detail/link-map/jappgmhllahigjolfpgbjdfhciabdnde
विवरण ⭐Link Map - Professional Tab Manager
फ़ाइल का आकार 883 KB
स्थापना संख्या 1,562
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2023-08-25
प्रकाशन तिथि 2023-02-25
रेटिंग 4.35/5 कुल 31 रेटिंग्स
डेवलपर https://linkmap.cc
ईमेल [email protected]
भुगतान के प्रकार in_app
सहायता पृष्ठ URL https://github.com/GarinZ/link-map/issues
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Map",
    "version": "1.1.5",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "downloads",
        "system.display",
        "favicon",
        "tabGroups",
        "identity",
        "sidePanel",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:9000; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/*",
                "images\/*",
                "fonts\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "commands": {
        "openLinkMap": {
            "suggested_key": {
                "default": "Shift+Ctrl+L",
                "mac": "Shift+Command+L"
            },
            "description": "__MSG_commandTriggerLinkMap__"
        },
        "globalSearch": {
            "suggested_key": {
                "default": "Shift+Ctrl+K",
                "mac": "Shift+Command+K"
            },
            "description": "__MSG_commandGlobalSearch__"
        }
    },
    "action": {
        "default_icon": {
            "16": "icons\/x16.png",
            "32": "icons\/x32.png",
            "48": "icons\/x48.png",
            "128": "icons\/x128.png"
        }
    },
    "icons": {
        "16": "icons\/x16.png",
        "32": "icons\/x32.png",
        "48": "icons\/x48.png",
        "128": "icons\/x128.png"
    },
    "side_panel": {
        "default_path": "tree.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA14QGB1nbCJbeYguBluEQGQOaeQJ8Tln5VMr8LpQuMKlpfKPiJJYwDMQbf1AaRnUAwaC11\/0yrjaX3Fpg+iwQNRju7jvEbYdanvrfGd9qwtzgTpU4lNVY6Vk\/3DHlmMKIoq80\/a1Mwzi3aPDzLNYppSowwDPjCRbzhdC09Juq7xWrpw5oC8l\/fei8gCVYwqEt0Ff30wQHHavz0\/hbvDjCLs9Jv3dVgp8ZNY4m87+wsyWPhpwU1IVU\/z6NujW87VmUYA+Vo1Tvbe\/1vqNN5vdkKlwdKOoBXN+4wPV0EacR8vZ65LSrpiSCkR3gxYTnyDjFKPvOi+FbG0i1jyqEsOUd7wIDAQAB",
    "oauth2": {
        "client_id": "935733596538-ji6oo5ippg1rdm7o3c2o8lp56g1chq7e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}