Seamless
Fix the Chrome tabs mess
Seamless란 무엇입니까?
Seamless은(는) https://seamlessbrowser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix the Chrome tabs mess"입니다.
확장 프로그램 스크린샷
Seamless 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Frustrated with the amount of tabs you have open? Safely close the tabs that are not needed now Restore from the cloud later Browse like normal, everything is saved automatically More info at https://seamlessbrowser.com
확장 프로그램 기본 정보
이름 | Seamless |
ID | lfpmphbkdblmjiacldmnnnohplomklch |
공식 URL | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
설명 | Fix the Chrome tabs mess |
파일 크기 | 2.96 MB |
설치 횟수 | 23 |
현재 버전 | 2.0.0.2 |
최근 업데이트 | 2020-12-21 |
출시 날짜 | 2020-07-06 |
개발자 | https://seamlessbrowser.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://seamlessbrowser.com |
도움말 페이지 URL | https://seamlessbrowser.com/review |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seamless", "version": "2.0.0.2", "description": "Fix the Chrome tabs mess", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "default_title": "Seamless" }, "icons": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } }, "select-session-down": { "suggested_key": { "default": "Ctrl+Shift+Down" }, "description": "select session: down" }, "select-session-up": { "suggested_key": { "default": "Ctrl+Shift+Up" }, "description": "select session: up" }, "select-session-select": { "suggested_key": { "default": "Ctrl+Shift+Right" }, "description": "select session: select" } }, "manifest_version": 2 } |