My Open Tabs
Show open tab of Sheets, Docs and Slides
什麼是My Open Tabs?
My Open Tabs是由itamar57開發的Chrome擴展程式,該擴展的主要功能是“Show open tab of Sheets, Docs and Slides”。
擴展截圖
下載My Open Tabs擴展crx文件
下載My Open Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will make you life so much better.
When you have many google Sheets/docs/slides tabs open and you don`t know which is which , it will organize them by type in a simple list - just click the item you are looking for and you will jump directly to the open tab - no more opening the same sheet multiple times just because you cant find it.
You can now search for a specific document as well as sort A-Z or last opened
Here are some useful keyboard shortcuts
- Press Ctrl+Shift+K to open the extension from any page
- While in extension
- Press Alt+Right Arrow to move into the next tab type
- Press Alt+Left Arrow to move into the previous tab type
- Press Arrow Down or Arrow Up to change focus on item
- Press Enter to open the selected item (highlighted) 擴展基本資訊
| 名稱 | |
| ID | gaofekklmoidlbhcgafckljimibicknf |
| 官方網址 | https://chromewebstore.google.com/detail/my-open-tabs/gaofekklmoidlbhcgafckljimibicknf |
| 簡介 | Show open tab of Sheets, Docs and Slides |
| 檔案大小 | 16.37 KB |
| 安裝次數 | 46 |
| 目前版本 | 1.2.0 |
| 更新時間 | 2022-10-28 |
| 上架時間 | 2022-10-03 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | itamar57 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.myopentabs.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "My Open Tabs",
"description": "Show open tab of Sheets, Docs and Slides",
"version": "1.2.0",
"manifest_version": 3,
"icons": {
"16": "16.png",
"32": "32.png",
"128": "128.png"
},
"permissions": [
"tabs",
"storage"
],
"action": {
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "bg.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
}
}
}
} | |