TabRecall
Store and organize your browsing sessions
TabRecall란 무엇입니까?
TabRecall은(는) ramchan5916에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store and organize your browsing sessions"입니다.
확장 프로그램 스크린샷
TabRecall 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With TabRecall you can create profiles of the pages you often visit. For example organizing them by categories e.g. your social media, email pages, video streaming sites, etc. You can reopen them by selecting the desired profile and TabRecall will bring all your saved tabs to the same or new window. Organizing your browsing sessions was never that easy until now.
확장 프로그램 기본 정보
이름 | TabRecall |
ID | jigeoabeodiakeocihgcppapnfikpaad |
공식 URL | https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad |
설명 | Store and organize your browsing sessions |
파일 크기 | 56.58 KB |
설치 횟수 | 67 |
현재 버전 | 0.4 |
최근 업데이트 | 2016-11-04 |
출시 날짜 | 2016-11-03 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | ramchan5916 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabRecall", "description": "Store and organize your browsing sessions", "version": "0.4", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+A", "windows": "Alt+Shift+A", "mac": "Alt+Shift+A", "chromeos": "Alt+Shift+A", "linux": "Alt+Shift+A" } } }, "permissions": [ "storage", "tabs" ] } |