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ファイルをダウンロード

NextTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}