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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | My Open Tabs |
ID | gaofekklmoidlbhcgafckljimibicknf |
공식 URL | 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" } } } } |