Next Tab

Press a button to go to the next tab.

Next Tab क्या है?

Next Tab https://www.sicutunum.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press a button to go to the next tab."।

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

screenshot
screenshot

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

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

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

                        Add a simple button to cycle through open browser tabs without the use of hotkeys. Next Tab also has an awesome productivity feature called "tab timer" that can help you manage time spent browsing websites. You can use it to forcefully move on to the next open tab and even close tabs after the timer runs out. These and more features can be activated in the options menu by right clicking the extension button and selecting the "Options" menu after installing.


𝗔𝗗𝗗𝗜𝗧𝗜𝗢𝗡𝗔𝗟 𝗙𝗘𝗔𝗧𝗨𝗥𝗘𝗦
• Cycle through browser tabs by pressing a button (without hotkeys).
• Use the tab timer to control how much time you spend on websites.
• Display a countdown timer right in your browser at the press of a button.
• Lots of customization, disable icon animation, hide timer and more.
• Use "Auto advance next tab" to automatically advance tab when timer is up.
• Convert your web browser into a customizable slide show.                    

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

नाम Next Tab Next Tab
ID dcllegmdokiceklcgfgeabebieaedhmh
आधिकारिक URL https://chromewebstore.google.com/detail/next-tab/dcllegmdokiceklcgfgeabebieaedhmh
विवरण Press a button to go to the next tab.
फ़ाइल का आकार 630 KB
स्थापना संख्या 713
वर्तमान संस्करण 1.7
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2019-10-03
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर https://www.sicutunum.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sicutunum.com/extensions/next-tab
सहायता पृष्ठ URL https://www.sicutunum.com/extensions/next-tab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Next Tab",
    "version": "1.7",
    "author": "https:\/\/sicutunum.com",
    "homepage_url": "https:\/\/sicutunum.com\/productivity\/extensions\/next-tab",
    "description": "Press a button to go to the next tab.",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Next Tab (right click for options)",
        "default_icon": "images\/icon.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}