TabAddict
A light-weight session saver.
TabAddict란 무엇입니까?
TabAddict은(는) Peter Nelson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A light-weight session saver."입니다.
확장 프로그램 스크린샷
TabAddict 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you have 50+ tabs open at any given time? Do you fly into a rage when someone closes your browser? You may be a tab addict. Get relief with this session management extension. TabAddict allows you to... * Capture the current session--urls, in plain text format * Annotate sessions--keep track of what you were doing * Open saved sessions--it's as simple as drag and drop * Stay in control--your data can't get lost in the cloud
확장 프로그램 기본 정보
이름 | TabAddict |
ID | opkihdncekmggmhjbdkmnlelgmlemlmd |
공식 URL | https://chromewebstore.google.com/detail/tabaddict/opkihdncekmggmhjbdkmnlelgmlemlmd |
설명 | A light-weight session saver. |
파일 크기 | 59.01 KB |
설치 횟수 | 21 |
현재 버전 | 1.1 |
최근 업데이트 | 2012-09-18 |
출시 날짜 | 2012-09-18 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Peter Nelson |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabAddict", "version": "1.1", "manifest_version": 2, "description": "A light-weight session saver.", "browser_action": { "default_icon": "icon.png", "dnd": "dnd.html", "launch": "launch.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ], "options_page": "options.html", "homepage_url": "http:\/\/peterthenelson.com\/tabaddict\/" } |