Rabbit Hole Rescue
Visualize and save your history to make navigating your research easier!
Rabbit Hole Rescue란 무엇입니까?
Rabbit Hole Rescue은(는) jeremiahsteele에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualize and save your history to make navigating your research easier!"입니다.
확장 프로그램 스크린샷
Rabbit Hole Rescue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save your Web browsing sessions, and render them as easy-to-read visualizations. Rabbit Hole Rescue is an extension that lets you record your Web browsing sessions at the click of a button. When you're logged in to your account, you can save these sessions, and view them on a Web page in the form of a tree diagram. This way, you can see the paths your browsing took, and how you ended up at any given page. HOW DOES IT WORK? This extension installs a simple button and popup. First, click the signup button (or the login button, once you have created an account) to be taken to the signup page. Once you have done this, you can begin saving sessions. Click the start button to begin recording, and all open Chrome pages will be saved. Each new page you open will be added to the session until you click the stop button. Click the visualization button to be taken to your visualizations page, where you can view eye-catching diagrams of your saved browsing sessions. WHO IS IT FOR? Anyone who does research on the Web, or anyone who has ever clicked on a page, and then wondered how their browsing led them down that Rabbit Hole.
확장 프로그램 기본 정보
이름 | Rabbit Hole Rescue |
ID | lhcoogckbmpeijhnnniaohgcplmgfmie |
공식 URL | https://chromewebstore.google.com/detail/rabbit-hole-rescue/lhcoogckbmpeijhnnniaohgcplmgfmie |
설명 | Visualize and save your history to make navigating your research easier! |
파일 크기 | 43.75 KB |
설치 횟수 | 14 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2019-02-22 |
출시 날짜 | 2019-02-22 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | jeremiahsteele |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://rabbit-hole-rescue.herokuapp.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rabbit Hole Rescue", "version": "1.0.4", "description": "Visualize and save your history to make navigating your research easier!", "permissions": [ "activeTab", "declarativeContent", "storage", "history", "tabs", "webNavigation", "https:\/\/rabbit-hole-rescue.herokuapp.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/transparent_logo16.png", "32": "images\/transparent_logo32.png", "48": "images\/transparent_logo48.png", "128": "images\/transparent_logo128.png" } }, "icons": { "16": "images\/transparent_logo16.png", "32": "images\/transparent_logo32.png", "48": "images\/transparent_logo48.png", "128": "images\/transparent_logo128.png" }, "manifest_version": 2 } |