My Open Tabs

Show open tab of Sheets, Docs and Slides

My Open Tabs क्या है?

My Open Tabs itamar57 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show open tab of Sheets, Docs and Slides"।

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

screenshot

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

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

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

                        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"
            }
        }
    }
}