NexTab

Open new tabs to the left or right of your active tab.

NexTab क्या है?

NexTab https://nextab.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open new tabs to the left or right of your active tab."।

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

screenshot
screenshot
screenshot

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

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

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

                        Ever been frustrated that new tabs open at the end of all your current tabs. Then this is for you. NexTab simply extends the default browser functionality for opening new tabs by opening them next to your current tab, instead of at the end. NexTab comes with two predefined shortcuts out of the box. Or if you'd prefer to customise them, open the popup and follow the link to add your own.                    

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

नाम NexTab NexTab
ID okknollmafgigeimghbepomindhjnabj
आधिकारिक URL https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj
विवरण Open new tabs to the left or right of your active tab.
फ़ाइल का आकार 673 KB
स्थापना संख्या 113
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2020-06-01
प्रकाशन तिथि 2020-06-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://nextab.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nextab.co
सहायता पृष्ठ URL https://nextab.co
गोपनीयता नीति पृष्ठ URL https://nextab.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NexTab",
    "description": "Open new tabs to the left or right of your active tab.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "NexTab",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "open-right": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T",
                "windows": "Alt+T"
            },
            "description": "Opens new tabs to the right of your current tab"
        },
        "open-left": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "Alt+Shift+T",
                "windows": "Alt+Shift+T"
            },
            "description": "Opens new tabs to the left of your current tab"
        }
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}