Organize your tabs
OYTs smartly organizes tabs, based on category.
Organize your tabs란 무엇입니까?
Organize your tabs은(는) Anurag Gautam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OYTs smartly organizes tabs, based on category."입니다.
확장 프로그램 스크린샷
Organize your tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Organize Your Tabs (OYTs) is a smart tab organizer. It’s non intrusive and fully private. When you enable this extension your tabs are bookmark based on the category you have added. - It will allow you to discover greater insights about your browsing habits. - Manager for quickly finding and organizing all your tabs. Saves your windows and tabs when you close Chrome. HOW IT WORKS: - Click on the OYTs icon in the upper-right to open a popup. This popup lists all your window tabs so you can easily see them at a glance. - Categories can be added and removed based on need, tabs can be added to categories to make it more friendly while browsing.
확장 프로그램 기본 정보
이름 | |
ID | ehoilfhlbigihkabnbgjdjokffckaifl |
공식 URL | https://chrome.google.com/webstore/detail/organize-your-tabs/ehoilfhlbigihkabnbgjdjokffckaifl |
설명 | OYTs smartly organizes tabs, based on category. |
파일 크기 | 304 KB |
설치 횟수 | 206 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2022-05-24 |
출시 날짜 | 2019-06-09 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | Anurag Gautam |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
도움말 페이지 URL | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Organize your tabs", "short_name": "OYTs", "description": "OYTs smartly organizes tabs, based on category.", "icons": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |