My Open Tabs

Show open tab of Sheets, Docs and Slides

My Open Tabsคืออะไร?

My Open Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itamar57 และคุณลักษณะหลักของมันคือ "Show open tab of Sheets, Docs and Slides"

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

screenshot

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

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

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

                        This extension will make you life so much better. 
When you have many google Sheets/docs/slides tabs open and you don`t know which is which , it will organize them by type in a simple list - just click the item you are looking for and you will jump directly to the open tab - no more opening the same sheet multiple times just because you cant find it. 

You can now search for a specific document as well as sort A-Z or last opened 

Here are some useful keyboard shortcuts 
- Press Ctrl+Shift+K to open the extension from any page
- While in extension
- Press Alt+Right Arrow to move into the next tab type
- Press Alt+Left Arrow to move into the previous tab type
- Press Arrow Down or Arrow Up to change focus on item
- Press Enter to open the selected item (highlighted)                    

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

ชื่อ My Open Tabs My Open Tabs
ID gaofekklmoidlbhcgafckljimibicknf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-open-tabs/gaofekklmoidlbhcgafckljimibicknf
คำอธิบาย Show open tab of Sheets, Docs and Slides
ขนาดไฟล์ 16.37 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-10-28
วันที่เผยแพร่ 2022-10-03
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา itamar57
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.myopentabs.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Open Tabs",
    "description": "Show open tab of Sheets, Docs and Slides",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    }
}