Tab Sorter
This extension provides tools to organize and sort tabs
Tab Sorter란 무엇입니까?
Tab Sorter은(는) etherealflaim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides tools to organize and sort tabs"입니다.
확장 프로그램 스크린샷
Tab Sorter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Sorter is a simple extension that helps keep your tabs in order. It can sort your tabs within the window and can collect all tabs from a site into a new window. Version 1.3: Reliably sort on first click
확장 프로그램 기본 정보
이름 | Tab Sorter |
ID | nlnkcinjjeoojlhdiedbbolilahmnldj |
공식 URL | https://chromewebstore.google.com/detail/tab-sorter/nlnkcinjjeoojlhdiedbbolilahmnldj |
설명 | This extension provides tools to organize and sort tabs |
파일 크기 | 404 KB |
설치 횟수 | 10,989 |
현재 버전 | 1.3 |
최근 업데이트 | 2019-07-11 |
출시 날짜 | 2019-07-11 |
평점 | 4.14/5 총 73 개의 평점 |
개발자 | etherealflaim |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_popup": "popup.html", "default_title": "Tab Sorter" }, "description": "This extension provides tools to organize and sort tabs", "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCweCjh\/NYQ66mqVOL4KkWJ8DVr0e4Bovs+4mmpouOmmJx62pdGxKp7ywxxl3fUNtVSj+ytuVhK2jP4Cr0WhBcokZPVT0rItKA+8RA6gVssFHqwUwwRH+HimRBf9V7RdA8Zecao40KlPLXCcGbxe5j\/Ql2JUeezoIJB6F1vwLAT36TcVrKcskTgDw1WsycL\/buq7V03ErRA1NtGee2T7nTDfa68CTGVCXuRnoJjEDUU0ovLEEt06LKXribxqzaQTxhe4y2m+PsOS4wfapyewwI01USi13B7nseb9zFRccXt3s5dKcQiRw40lWcFrvJtaDdRIBys7HgsDDN0dNKiRtwIDAQAB", "manifest_version": 2, "name": "Tab Sorter", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |