Rabbit Hole Rescue

Visualize and save your history to make navigating your research easier!

Τι είναι το Rabbit Hole Rescue;

Το Rabbit Hole Rescue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jeremiahsteele, και η κύρια λειτουργία του είναι "Visualize and save your history to make navigating your research easier!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rabbit Hole Rescue

Λήψη αρχείων επέκτασης Rabbit Hole Rescue σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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
}