NextTab

A tool that automatically switches to the next tab in a list

NextTab क्या है?

NextTab saqfish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool that automatically switches to the next tab in a list"।

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

screenshot
screenshot
screenshot

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

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

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

                        NextTab will let you select a list of open tabs and automatically switch between them on refresh.                    

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

नाम NextTab NextTab
ID fnalnialandajhfaidhanakabnfbngij
आधिकारिक URL https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij
विवरण A tool that automatically switches to the next tab in a list
फ़ाइल का आकार 1.14 MB
स्थापना संख्या 18
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2020-10-24
प्रकाशन तिथि 2020-10-24
डेवलपर saqfish
ईमेल saqfish@gmail.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/saqfish/NextTab
सहायता पृष्ठ URL https://github.com/saqfish/NextTab/issues
गोपनीयता नीति पृष्ठ URL http://saqfish.com/mtb_policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 2,
    "name": "NextTab",
    "short_name": "NextTab",
    "description": "A tool that automatically switches to the next tab in a list",
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "NextTab",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    }
}