Stackable - The Tab Sorter
Sorts all your tabs in one click
Stackable - The Tab Sorter란 무엇입니까?
Stackable - The Tab Sorter은(는) scott_the_engineer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sorts all your tabs in one click"입니다.
확장 프로그램 스크린샷
Stackable - The Tab Sorter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We've all been there were we lose our place in the dozens of open tabs. Now we can sort similar tabs at the click of a button. This is an incredibly simple to use extension that belongs in any internet explorer's toolbelt. Whether you browse the web for fun or have 15 spreadsheets, docs, or slides open for work, you'll be able to keep track of everything with Stackable - The Tab Sorter Deployment Notes: - Migrated to MV3
확장 프로그램 기본 정보
이름 | Stackable - The Tab Sorter |
ID | fkndiglbmlamhgnceejpipckjabmhnbi |
공식 URL | https://chromewebstore.google.com/detail/stackable-the-tab-sorter/fkndiglbmlamhgnceejpipckjabmhnbi |
설명 | Sorts all your tabs in one click |
파일 크기 | 9.27 KB |
설치 횟수 | 104 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2023-01-26 |
출시 날짜 | 2021-08-02 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | scott_the_engineer |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stackable - The Tab Sorter", "description": "Sorts all your tabs in one click", "version": "1.3.0", "icons": { "128": "icon_128.png" }, "action": [], "background": { "service_worker": ".\/background.js" }, "permissions": [ "tabs" ] } |