Harbor

Harbor Chrome Extension.

Τι είναι το Harbor;

Το Harbor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://my-harbor.com, και η κύρια λειτουργία του είναι "Harbor Chrome Extension.".

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

screenshot

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

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

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

                        Designers’ spoke and we listened. Harbor is a free software.

It eliminates the need for bookmarking, favorites, emailing links, tabs and sticky notes while offering so much more. Harbor is the new premier online research tool. It allows users to simply drag any content: webpage, text, image, video, into your "Harbor" which sits at the bottom of your browser. Upon dragging content, the user can quickly add type or spoken context, which is now stored and associated with that content. 

This convenient interface allows users to easily store the content that they want, while also storing their ideas associated with that content.

The revolutionary Harbor canvas displays all of your content as thumbnails that double as bookmarks to the content’s website. When you simply double-click the thumbnail, the content’s website opens in a new tab. Harbor allows a much more intuitive bookmarking system for visual thinkers.  Furthermore, the Harbor canvas is a simple note-taking interface that allows you to type and voice record your own content for that “harbor.” You can create an infinite number of Harbors and share them with your friends, classmates and colleagues.

With Harbor, you can link content together and instantly mind-map a project. This quick link-making feature allows users to show relationships between content and help visually make connections to solve problems.

Harbor is a human-centered tool designed not to get in your way, but to provide a smart interactive space to store your research and ideas. Harbor is a free software, and we are so excited to make researching better. 

Thank you,
-The My-Harbor Team                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Harbor Harbor
ID abeagekbinbhbddjnjiljiemgoahlfno
Επίσημο URL https://chromewebstore.google.com/detail/harbor/abeagekbinbhbddjnjiljiemgoahlfno
Περιγραφή Harbor Chrome Extension.
Μέγεθος Αρχείου 148 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2013-11-30
Ημερομηνία Δημοσίευσης 2013-11-25
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://my-harbor.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://my-harbor.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Harbor",
    "version": "0.1",
    "browser_action": {
        "default_title": "Harbor",
        "default_icon": "logo.png"
    },
    "description": "Harbor Chrome Extension.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "mousetrap.js",
                "harbour.js"
            ],
            "css": [
                "harbour_application.css"
            ]
        }
    ],
    "manifest_version": 2
}