Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizhengnacl/chrome-extension-recent-tabs
快捷切换Tab页,与IntelliJ IDEA的Recent Files交互一致
https://github.com/lizhengnacl/chrome-extension-recent-tabs
chrome-extension idea recent-files tabs
Last synced: about 12 hours ago
JSON representation
快捷切换Tab页,与IntelliJ IDEA的Recent Files交互一致
- Host: GitHub
- URL: https://github.com/lizhengnacl/chrome-extension-recent-tabs
- Owner: lizhengnacl
- Created: 2019-03-23T03:59:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:22:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T08:30:24.301Z (7 months ago)
- Topics: chrome-extension, idea, recent-files, tabs
- Language: JavaScript
- Homepage:
- Size: 2.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
与 `IntelliJ IDEA` 中 `Recent Files` 交互一致
由于 `chrome extension` 中对于触发键的限制,采用 `Shift + Command + K` 触发 `Recent tabs` 面板
[点击安装](https://chrome.google.com/webstore/detail/recent-tabs/oacbglkahmbkbagkhnklnaffmfjeocjh)
IntelliJ IDEA
![](https://s3plus.meituan.net/v1/mss_78d1aa5426c546bfa023ca0cacfa2cd1/distribute/9d3e3f34-b757-4790-a576-b6058417984e_1553329049690)
Chrome Extension
![](https://s3plus.meituan.net/v1/mss_78d1aa5426c546bfa023ca0cacfa2cd1/distribute/b46dd9d3-e271-4333-a3a3-215d8cdde67d_1553329174345)
.
注意:
- 由于 `chrome.google.com` 域 以及 `chrome:extension` 等设置页 中不允许注入代码,`Recent tabs` 功能在此类页面下失效