Switch Last Tabs
Use the shortcut
Switch Last Tabsとは何ですか?
Switch Last TabsはOr Schiroによって開発されたChromeの拡張機能で、その主な機能は「Use the shortcut
拡張機能のスクリーンショット
Switch Last Tabs拡張機能のCRXファイルをダウンロード
Switch Last Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can modify the shortcut by opening the following URL:
chrome://extensions/shortcuts 拡張機能の基本情報
| 名前 | |
| ID | odhjcgnlbagjllfbilicalpigimhdcll |
| 公式URL | https://chromewebstore.google.com/detail/switch-last-tabs/odhjcgnlbagjllfbilicalpigimhdcll |
| 説明 | Use the shortcut |
| ファイルサイズ | 61.9 KB |
| インストール数 | 4,256 |
| 現在のバージョン | 49 |
| 最終更新日 | 2024-02-28 |
| 公開日 | 2020-05-30 |
| 評価 | 4.33/5 合計 265 レビュー |
| 開発者 | Or Schiro |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| ヘルプページのURL | https://github.com/orschiro/AltQ/issues |
| 対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"action": [],
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "49",
"manifest_version": 3,
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Q",
"windows": "Alt+Q",
"mac": "Alt+Q",
"chromeos": "Alt+Q",
"linux": "Alt+Q"
}
}
},
"permissions": [
"storage",
"offscreen"
],
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
} | |