TabsFolder
Group your tabs into groups.
TabsFolder란 무엇입니까?
TabsFolder은(는) https://e-pot.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Group your tabs into groups."입니다.
확장 프로그램 스크린샷
TabsFolder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add a kind of panorama like feature to chrome (but less pretty). This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs. With this extention, create groups and add tabs to them just with drag and drop. Then choose the group of tab you want work with. You will not be disturb by the other tabs. You can switch to an other tab group anytime you want. Just close the group to close all the tabs inside it when you have finished to work with. Now the extention keeps your pinned tabs open. A git repository has been created. Fell free to fork or re-use it. Some part of the code are in french though (sorry). https://github.com/Conchylicultor/TabsFolder
확장 프로그램 기본 정보
이름 | TabsFolder |
ID | pdfepgdcmifhbmldcofnkmnbabamjdnm |
공식 URL | https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm |
설명 | Group your tabs into groups. |
파일 크기 | 155 KB |
설치 횟수 | 1,395 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2016-11-28 |
출시 날짜 | 2016-11-27 |
평점 | 4.05/5 총 65 개의 평점 |
개발자 | https://e-pot.xyz |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Conchylicultor/TabsFolder |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabsFolder", "version": "1.1.0", "description": "Group your tabs into groups.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": { "name": "Conchilicultor", "email": "[email protected]" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "src\/event_page.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/ba48.png", "default_title": "Organise your tabs" } } |