sidenav

sidenav is an organization tool for teams

sidenavคืออะไร?

sidenav เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sidenav.co และคุณลักษณะหลักของมันคือ "sidenav is an organization tool for teams"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sidenav

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}