sidenav

sidenav is an organization tool for teams

sidenavとは何ですか?

sidenavはhttps://sidenav.coによって開発されたChromeの拡張機能で、その主な機能は「sidenav is an organization tool for teams」です。

拡張機能のスクリーンショット

screenshot

sidenav拡張機能のCRXファイルをダウンロード

sidenav拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        sidenav is a shared link organization tool for highly productive teams                    

拡張機能の基本情報

名前 sidenav sidenav
ID foifehnafkaakbbpacffhebnngjdloca
公式URL https://chromewebstore.google.com/detail/sidenav/foifehnafkaakbbpacffhebnngjdloca
説明 sidenav is an organization tool for teams
ファイルサイズ 121 KB
インストール数 33
現在のバージョン 1.1.14
最終更新日 2024-01-26
公開日 2023-03-31
評価 5.00/5 合計 2 レビュー
開発者 https://sidenav.co
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.sidenav.co/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "sidenav",
    "description": "sidenav is an organization tool for teams",
    "version": "1.1.14",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "clipboardWrite",
        "sidePanel",
        "tabs",
        "bookmarks",
        "favicon",
        "contextMenus"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Search Sidenav",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Search Sidenav"
        },
        "open_sidenav": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Open Sidenav"
        },
        "create_short_url": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            },
            "description": "Create Short Url"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectedApp.js"
            ]
        }
    ]
}