Easy History

Visit webpages by just entering a simple Keyword and Search the history with a fast and clean Interface

Τι είναι το Easy History;

Το Easy History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nikhil Gupta, και η κύρια λειτουργία του είναι "Visit webpages by just entering a simple Keyword and Search the history with a fast and clean Interface".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The whole extension is built on the idea to minimise mouse usage. By simply pressing two keys access the Easy History Extension(Default keys: Ctrl+Space). 

Create Keywords for mostly Used URLs and then you will be able to access those URLs by just typing the Keywords. However big the URL is now you can visit them just by entering a simple keyword so you don't have to remember the URLs anymore and you don't have to go through bookmarks. Easy History also synchronises your keywords so you can access them in any computer chrome window by just logging in.

With the help of Easy History you can also easily navigate though your Browser history with a very clean interface. You can also choose whether you want the history to be sorted according to the time or your visits to the link.

Time: History will be arranged in a manner such that the last visited link will be on the top.

Visits: History will be arranged in a manner such that the most visited link will be on the top.

To choose the sorting option go to the options page of the extension(by default the time option is selected).Use the Up/Down keys to navigate through the links and press Enter to visit the link.

Choose between light and dark theme.

You can change the shortcut of accessing the extension with the help of keyboard shortcuts option in the chrome:extensions page.

Upcoming Feature:
Delete the history from the extension.
Delete Keywords.

Notice:Easy history doesn't track your history, the history stays in your browser only and also the keywords you create are secured and synchronised with your account.                    

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

Όνομα Easy History Easy History
ID fccjpeeaeologjdkkjlijkhmcapibekn
Επίσημο URL https://chromewebstore.google.com/detail/easy-history/fccjpeeaeologjdkkjlijkhmcapibekn
Περιγραφή Visit webpages by just entering a simple Keyword and Search the history with a fast and clean Interface
Μέγεθος Αρχείου 67.65 KB
Αριθμός Εγκαταστάσεων 336
Τρέχουσα Έκδοση 1.9.1
Τελευταία Ενημέρωση 2017-05-22
Ημερομηνία Δημοσίευσης 2017-05-22
Αξιολόγηση 4.75/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Nikhil Gupta
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/nikhilgupta1211/Easy-History
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy History",
    "description": "Visit webpages by just entering a simple Keyword and Search the history with a fast and clean Interface",
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "Ctrl+Space"
            },
            "description": "Activate the Extension"
        }
    },
    "icons": {
        "128": "icons1.png"
    },
    "version": "1.9.1",
    "browser_action": {
        "default_icon": "icons1.png",
        "default_popup": "popup.html",
        "default_title": "Search the History"
    },
    "permissions": [
        "activeTab",
        "history",
        "storage"
    ]
}