Next Tab

Press a button to go to the next tab.

Next Tab란 무엇입니까?

Next Tab은(는) https://www.sicutunum.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Press a button to go to the next tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Next Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}