NextTab

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

NextTab란 무엇입니까?

NextTab은(는) saqfish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool that automatically switches to the next tab in a list"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
이메일 [email protected]
결제 유형 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
    }
}