Recent Tabs

Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!

Recent Tabsとは何ですか?

Recent Tabsはhttps://jasonsavard.comによって開発されたChromeの拡張機能で、その主な機能は「Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Recent Tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Just like using Alt+Tab for Windows except now for your browser tabs. Use Ctrl+Tab or Ctrl+Q or Ctrl+`(~) or assign your own shortcut key for swapping back and forth between your last viewed tabs.                    

拡張機能の基本情報

名前 Recent Tabs Recent Tabs
ID ocllfmhjhfmogablefmibmjcodggknml
公式URL https://chromewebstore.google.com/detail/recent-tabs/ocllfmhjhfmogablefmibmjcodggknml
説明 Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!
ファイルサイズ 29.33 KB
インストール数 26,175
現在のバージョン 3.4
最終更新日 2023-09-07
公開日 2018-02-21
評価 3.50/5 合計 331 レビュー
開発者 https://jasonsavard.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jasonsavard.com
ヘルプページのURL https://jasonsavard.com/wiki/Recent_Tabs
プライバシーポリシーページのURL https://jasonsavard.com/wiki/Permissions_and_privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Tabs",
    "version": "3.4",
    "description": "Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "toggleTabs": {
            "suggested_key": {
                "default": "Ctrl+Tab",
                "mac": "MacCtrl+Tab"
            },
            "description": "Toggle between the last 2 recent tabs"
        }
    },
    "manifest_version": 3
}